From: Bruno Haible Date: Mon, 31 Jul 2006 16:04:05 +0000 (+0000) Subject: Assume , , exist. X-Git-Tag: 0.16.x-branchpoint~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3990086c44a8b87289b0d9f336600211e7dd5e95;p=thirdparty%2Fgettext.git Assume , , exist. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index b5a1a716b..2693a33b3 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2006-07-29 Bruno Haible + + * localcharset.c: Assume , , exist. + 2006-07-25 Bruno Haible * Makefile.msvc: Remove file. diff --git a/gettext-runtime/intl/localcharset.c b/gettext-runtime/intl/localcharset.c index e8505bfa9..18b627dd5 100644 --- a/gettext-runtime/intl/localcharset.c +++ b/gettext-runtime/intl/localcharset.c @@ -26,19 +26,10 @@ /* Specification. */ #include "localcharset.h" -#if HAVE_STDDEF_H -# include -#endif - +#include #include -#if HAVE_STRING_H -# include -#else -# include -#endif -#if HAVE_STDLIB_H -# include -#endif +#include +#include #if defined _WIN32 || defined __WIN32__ # define WIN32_NATIVE diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index d98d57734..5abd81bb4 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-07-29 Bruno Haible + + * localcharset.c: Assume , , exist. + 2006-07-23 Bruno Haible Make fstrcmp multithread-safe. diff --git a/gettext-tools/lib/localcharset.c b/gettext-tools/lib/localcharset.c index e8505bfa9..18b627dd5 100644 --- a/gettext-tools/lib/localcharset.c +++ b/gettext-tools/lib/localcharset.c @@ -26,19 +26,10 @@ /* Specification. */ #include "localcharset.h" -#if HAVE_STDDEF_H -# include -#endif - +#include #include -#if HAVE_STRING_H -# include -#else -# include -#endif -#if HAVE_STDLIB_H -# include -#endif +#include +#include #if defined _WIN32 || defined __WIN32__ # define WIN32_NATIVE