diff options
author | Dan McGee <dan@archlinux.org> | 2007-04-26 19:20:46 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-26 19:20:46 -0400 |
commit | 63588aff191f5bf982cc0c8ee8af2b46de084c4b (patch) | |
tree | 63e5f1fd1f2bef649c0ffb32efcad5053a3706cd /src/pacman/pacman.c | |
parent | b39aba99f922d3e4451d6be09ea9201ea20ba102 (diff) |
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/pacman.c')
-rw-r--r-- | src/pacman/pacman.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 409cf2ef..62b7cd02 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -43,7 +43,6 @@ /* pacman */ #include "pacman.h" #include "util.h" -#include "output.h" #include "callback.h" #include "conf.h" #include "package.h" |