From 75efcbbff6a9e1db543f04693f70780413369a85 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 26 Apr 2007 19:39:53 -0400 Subject: Clean up gettext on the libalpm side Remove inclusion of libintl.h from all files, because we can do it once in util.c where the _() macro is defined. Signed-off-by: Dan McGee --- lib/libalpm/sync.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/sync.c') diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 8405bbfb..4e0a1988 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -33,7 +33,6 @@ #include /* PATH_MAX */ #endif #include -#include /* libalpm */ #include "sync.h" -- cgit v1.2.3-24-g4f1b