diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-16 01:53:51 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-21 03:09:13 +0200 |
commit | 791928dc48bcd94ef5cb57b4da36fb5e398e30da (patch) | |
tree | 55d6d265da6dac354d0ad61e4b806632f1b33b26 /lib/libalpm/trans.c | |
parent | 4af6c72d790e13fd28abc0d7b2eaaece51fd7862 (diff) | |
download | pacman-791928dc48bcd94ef5cb57b4da36fb5e398e30da.tar.gz 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/trans.c')
-rw-r--r-- | lib/libalpm/trans.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index a7edb97e..6e32054d 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -28,8 +28,6 @@ #include <string.h> #include <unistd.h> #include <sys/types.h> -#include <sys/stat.h> -#include <sys/statvfs.h> #include <errno.h> #include <limits.h> #include <fcntl.h> @@ -41,11 +39,9 @@ #include "util.h" #include "log.h" #include "handle.h" -#include "add.h" #include "remove.h" #include "sync.h" #include "alpm.h" -#include "deps.h" /** \addtogroup alpm_trans Transaction Functions * @brief Functions to manipulate libalpm transactions |