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/package.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libalpm/package.c') diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index 9a5ae8f4..d0aba7ba 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -34,6 +34,10 @@ #include #include +/* libarchive */ +#include +#include + /* libalpm */ #include "package.h" #include "alpm_list.h" -- cgit v1.2.3-54-g00ecf