From 96e1bff2513873062233a13c7fd1eea57bb8db24 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 17 Jul 1996 18:00:33 +0000 Subject: Updated from ../gpl2lgpl.sed --- intl/l10nflist.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'intl') diff --git a/intl/l10nflist.c b/intl/l10nflist.c index cfead52..846465b 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -23,14 +23,6 @@ Cambridge, MA 02139, USA. */ # include #endif -#if defined _LIBC || defined HAVE_ARGZ_H -# include -#endif -#include - -#if defined STDC_HEADERS || defined _LIBC -# include -#endif #if defined HAVE_STRING_H || defined _LIBC # ifndef _GNU_SOURCE @@ -46,6 +38,15 @@ Cambridge, MA 02139, USA. */ # endif #endif +#if defined _LIBC || defined HAVE_ARGZ_H +# include +#endif +#include + +#if defined STDC_HEADERS || defined _LIBC +# include +#endif + #include "loadinfo.h" /* On some strange systems still no definition of NULL is found. Sigh! */ -- cgit v1.1