mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Don't include locale.h. gettext.h already includes all it needs.
This commit is contained in:
parent
b5908a3eb0
commit
130ae67a97
@ -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>.
|
||||
|
||||
@ -25,8 +25,6 @@
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#include "gettext.h"
|
||||
#define _(msgid) gettext (msgid)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user