From: Jim Meyering Date: Wed, 10 Sep 2003 08:48:30 +0000 (+0000) Subject: Include hard-locale.h first. X-Git-Tag: v5.1.0~766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156136264062168dbbc5bbce143488cbe3c60ba6;p=thirdparty%2Fcoreutils.git Include hard-locale.h first. Include , unconditionally. --- diff --git a/lib/hard-locale.c b/lib/hard-locale.c index 0070542e09..8c0ee8c777 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. */