summaryrefslogtreecommitdiffstats
path: root/src/pacman/deptest.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-16 01:53:51 +0200
committerDan McGee <dan@archlinux.org>2011-04-21 03:09:13 +0200
commit791928dc48bcd94ef5cb57b4da36fb5e398e30da (patch)
tree55d6d265da6dac354d0ad61e4b806632f1b33b26 /src/pacman/deptest.c
parent4af6c72d790e13fd28abc0d7b2eaaece51fd7862 (diff)
downloadpacman-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 'src/pacman/deptest.c')
-rw-r--r--src/pacman/deptest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c
index cc1e565b..19e4da4a 100644
--- a/src/pacman/deptest.c
+++ b/src/pacman/deptest.c
@@ -20,17 +20,13 @@
#include "config.h"
-#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
#include <alpm.h>
#include <alpm_list.h>
/* pacman */
#include "pacman.h"
-#include "util.h"
-#include "conf.h"
int pacman_deptest(alpm_list_t *targets)
{