From: Bruno Haible Date: Tue, 5 Nov 2002 17:02:28 +0000 (+0000) Subject: Don't include locale.h. gettext.h already includes all it needs. X-Git-Tag: v0.12~1227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130ae67a97235109c0628f8d77b81cae4fd2efbc;p=thirdparty%2Fgettext.git Don't include locale.h. gettext.h already includes all it needs. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 5b3b72929..482e0016d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,6 @@ 2002-11-05 Bruno Haible - * argmatch.c: Include gettext.h instead of . + * argmatch.c: Include gettext.h instead of and . * error.c [!_LIBC]: Include gettext.h instead of . * getopt.c [!_LIBC]: Include gettext.h instead of . * obstack.c [!_LIBC]: Include gettext.h instead of . diff --git a/lib/argmatch.c b/lib/argmatch.c index 79607ec4c..c3972e647 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -25,8 +25,6 @@ # include #endif -#include - #include "gettext.h" #define _(msgid) gettext (msgid)