diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-15 18:53:51 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-20 20:09:13 -0500 |
commit | 791928dc48bcd94ef5cb57b4da36fb5e398e30da (patch) | |
tree | 55d6d265da6dac354d0ad61e4b806632f1b33b26 /lib/libalpm/util.c | |
parent | 4af6c72d790e13fd28abc0d7b2eaaece51fd7862 (diff) | |
download | pacman-791928dc48bcd94ef5cb57b4da36fb5e398e30da.tar.xz |
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 <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/util.c')
-rw-r--r-- | lib/libalpm/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 667e31e1..99dd3bea 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -53,7 +53,6 @@ /* libalpm */ #include "util.h" #include "log.h" -#include "package.h" #include "alpm.h" #include "alpm_list.h" #include "handle.h" |