index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
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/be_files.c | |
parent | 63588aff191f5bf982cc0c8ee8af2b46de084c4b (diff) |
-rw-r--r-- | lib/libalpm/be_files.c | 1 |
diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index f3619277..045424c0 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -32,7 +32,6 @@ #endif #include <sys/stat.h> #include <dirent.h> -#include <libintl.h> #include <locale.h> #ifdef CYGWIN #include <limits.h> /* PATH_MAX */ |