From 791928dc48bcd94ef5cb57b4da36fb5e398e30da Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 15 Apr 2011 18:53:51 -0500 Subject: Header inclusion cleanup This does touch a lot of things, and hopefully doesn't break things on other platforms, but allows us to also clean up a bunch of crud that no longer needs to be there. Signed-off-by: Dan McGee --- lib/libalpm/add.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index b920465d..65795c74 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -44,8 +44,6 @@ #include "backup.h" #include "package.h" #include "db.h" -#include "conflict.h" -#include "deps.h" #include "remove.h" #include "handle.h" -- cgit v1.2.3-24-g4f1b