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