From 8bbb5dd0789db6d57f1fc365296ef0f6a35e8a1f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 29 Apr 2007 12:47:02 -0400 Subject: libalpm util.c and util.h cleanup * Remove some unnecessary conditional compiling in util.h- move the functions tha required it to trans.c (along with a bunch of new header includes). * Clean up util.h a bit- remove some header includes, remove universal libarchive include and only put it in the files that need it. Signed-off-by: Dan McGee --- lib/libalpm/sync.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libalpm/sync.c') diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 9af25c13..7823a67b 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -28,10 +28,8 @@ #include #include #include +#include #include -#ifdef CYGWIN -#include /* PATH_MAX */ -#endif #include /* libalpm */ -- cgit v1.2.3-24-g4f1b