From 2b617dcea2de634f87b48c88c899394e149bcc02 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 2 Dec 2002 22:50:57 +0000 Subject: minor cleaning --- src/i18n.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n.cc b/src/i18n.cc index 44bc7d0..929b3fd 100644 --- a/src/i18n.cc +++ b/src/i18n.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: i18n.cc,v 1.7 2002/12/01 13:42:07 rathnor Exp $ +// $Id: i18n.cc,v 1.8 2002/12/02 22:50:57 fluxgen Exp $ //usr GNU extensions #ifndef _GNU_SOURCE @@ -37,14 +37,14 @@ #include -#ifdef STDC_HEADERS -# include -# include -# include -#endif // STDC_HEADERS -#ifdef HAVE_LOCALE_H -# include +#include +#include +#include + + +#ifdef HAVE_LOCALE_H +#include #endif // HAVE_LOCALE_H #include -- cgit v0.11.2