]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't include locale.h. gettext.h already includes all it needs.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Nov 2002 17:02:28 +0000 (17:02 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:50 +0000 (12:08 +0200)
lib/ChangeLog
lib/argmatch.c

index 5b3b72929dff250bb07d813f812c319b5a2be6e8..482e0016d61e02240272c314c7f750878bebe98d 100644 (file)
@@ -1,6 +1,6 @@
 2002-11-05  Bruno Haible  <bruno@clisp.org>
 
-       * argmatch.c: Include gettext.h instead of <libintl.h>.
+       * argmatch.c: Include gettext.h instead of <locale.h> and <libintl.h>.
        * error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
        * getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
        * obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
index 79607ec4c82301d068963d88cb706766a951274c..c3972e64744269327bbd5532ed7b9c8badf65841 100644 (file)
@@ -25,8 +25,6 @@
 # include <string.h>
 #endif
 
-#include <locale.h>
-
 #include "gettext.h"
 #define _(msgid) gettext (msgid)