summaryrefslogtreecommitdiffstats
path: root/intl/explodename.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/explodename.c')
-rw-r--r--intl/explodename.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/intl/explodename.c b/intl/explodename.c
index 6253c48..c4ddcc4 100644
--- a/intl/explodename.c
+++ b/intl/explodename.c
@@ -19,15 +19,8 @@
# include <config.h>
#endif
-#if defined HAVE_STDLIB_H || defined _LIBC
-# include <stdlib.h>
-#endif
-
-#if defined HAVE_STRING_H || defined _LIBC
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include "loadinfo.h"