diff options
author | Dan McGee <dan@archlinux.org> | 2007-04-26 19:39:53 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-26 19:39:53 -0400 |
commit | 75efcbbff6a9e1db543f04693f70780413369a85 (patch) | |
tree | 0f618ec7c679803820ab37d96f093f736c42ae03 /lib/libalpm/util.c | |
parent | 63588aff191f5bf982cc0c8ee8af2b46de084c4b (diff) | |
download | pacman-75efcbbff6a9e1db543f04693f70780413369a85.tar.xz |
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 <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/util.c')
-rw-r--r-- | lib/libalpm/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <sys/stat.h> #endif -#include <libintl.h> #ifdef CYGWIN #include <limits.h> /* PATH_MAX */ #endif |