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/util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/util.c') diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index decb5959..715de218 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -45,7 +45,6 @@ #if defined(__APPLE__) || defined(__OpenBSD__) || defined(__sun__) #include #endif -#include #ifdef CYGWIN #include /* PATH_MAX */ #endif -- cgit v1.2.3-54-g00ecf