From 63588aff191f5bf982cc0c8ee8af2b46de084c4b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 26 Apr 2007 19:20:46 -0400 Subject: 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 --- src/pacman/callback.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/callback.c') diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 89c508cc..8654b4ef 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -36,7 +36,6 @@ /* pacman */ #include "callback.h" #include "util.h" -#include "output.h" #include "conf.h" /* TODO this should not have to be defined twice- trans.c & log.c */ -- cgit v1.2.3-24-g4f1b