From 7760f5fe60253bd9aa674c6a6688d9d07668db2e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2007 03:15:32 -0400 Subject: Remove more unnecessary stuff * Remove libintl.h from most files, as we only need to include it once in util.h where _() is defined. * Remove other unnecessary header inclusions. * Remove a macro that was only used once and replaced it with actual code. Signed-off-by: Dan McGee --- src/pacman/downloadprog.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/pacman/downloadprog.c') diff --git a/src/pacman/downloadprog.c b/src/pacman/downloadprog.c index 6ce8e2f5..fccdc322 100644 --- a/src/pacman/downloadprog.c +++ b/src/pacman/downloadprog.c @@ -21,15 +21,10 @@ #include "config.h" -#include #include #include #include -#include -#include -#include #include -#include #include #include -- cgit v1.2.3