1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

code cleanup

This commit is contained in:
Aurelien Foret 2006-03-02 19:04:40 +00:00
parent 3eebe8fc2b
commit 5261c7fafb
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -27,6 +27,7 @@
#ifdef CYGWIN
#include <limits.h> /* PATH_MAX */
#endif
#include <dirent.h>
#include <libtar.h>
#include <zlib.h>
/* pacman */