mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
code cleanup
This commit is contained in:
parent
3eebe8fc2b
commit
5261c7fafb
@ -23,9 +23,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#ifdef CYGWIN
|
||||
#include <limits.h> /* PATH_MAX */
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
/* pacman */
|
||||
#include "util.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#ifdef CYGWIN
|
||||
#include <limits.h> /* PATH_MAX */
|
||||
#endif
|
||||
#include <dirent.h>
|
||||
#include <libtar.h>
|
||||
#include <zlib.h>
|
||||
/* pacman */
|
||||
|
Loading…
Reference in New Issue
Block a user