X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhard-locale.c;h=8c0ee8c7778f090335bed068e0e3dfb35e508f3f;hb=cbac3adb4a18516cbcc02808c4624fb3f0db6fb4;hp=0070542e09fac2893b0ed5f2f9ac26f3e5b67861;hpb=9e38fe502809e8eb64141d9e9f1b2542ba681600;p=gnulib.git diff --git a/lib/hard-locale.c b/lib/hard-locale.c index 0070542e0..8c0ee8c77 100644 --- a/lib/hard-locale.c +++ b/lib/hard-locale.c @@ -1,6 +1,6 @@ /* hard-locale.c -- Determine whether a locale is hard. - Copyright (C) 1997, 1998, 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,19 +20,14 @@ # include #endif +#include "hard-locale.h" + #if HAVE_LOCALE_H # include #endif -#if HAVE_STDLIB_H -# include -#endif - -#if HAVE_STRING_H -# include -#endif - -#include "hard-locale.h" +#include +#include /* Return nonzero if the current CATEGORY locale is hard, i.e. if you can't get away with assuming traditional C or POSIX behavior. */