summaryrefslogtreecommitdiffstats
path: root/src/msgmerge.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-21 16:12:24 +0000
committerBruno Haible <bruno@clisp.org>2001-01-21 16:12:24 +0000
commit2769926e6e7cac7d7020bd38be90ff2fd4cbb602 (patch)
tree15913890385723aaa21e7d11a4239411f19911be /src/msgmerge.c
parent697735b2b75d59341cc2cbed2f4bf7a0ee73547c (diff)
downloadexternal_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.zip
external_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.tar.gz
external_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.tar.bz2
Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
Diffstat (limited to 'src/msgmerge.c')
-rw-r--r--src/msgmerge.c19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/msgmerge.c b/src/msgmerge.c
index 4f38857..1732c18 100644
--- a/src/msgmerge.c
+++ b/src/msgmerge.c
@@ -1,5 +1,5 @@
/* GNU gettext - internationalization aids
- Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
This program is free software; you can redistribute it and/or modify
@@ -23,20 +23,9 @@
#include <getopt.h>
#include <limits.h>
#include <stdio.h>
-
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-#endif
-
-#if HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
-
-#if HAVE_LOCALE_H
-# include <locale.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
+#include <locale.h>
#include "dir-list.h"
#include "error.h"