summaryrefslogtreecommitdiff
path: root/src/pacman/deptest.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-04-26 19:20:46 -0400
committerDan McGee <dan@archlinux.org>2007-04-26 19:20:46 -0400
commit63588aff191f5bf982cc0c8ee8af2b46de084c4b (patch)
tree63e5f1fd1f2bef649c0ffb32efcad5053a3706cd /src/pacman/deptest.c
parentb39aba99f922d3e4451d6be09ea9201ea20ba102 (diff)
downloadpacman-63588aff191f5bf982cc0c8ee8af2b46de084c4b.tar.xz
Remove output.c and output.h
One function was left in this set of files after the earlier cleansing, so I moved yesno to util.c. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/deptest.c')
-rw-r--r--src/pacman/deptest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c
index 120c8a00..933f9384 100644
--- a/src/pacman/deptest.c
+++ b/src/pacman/deptest.c
@@ -32,7 +32,6 @@
#include "pacman.h"
#include "util.h"
#include "conf.h"
-#include "output.h"
extern config_t *config;