about summary refs log tree commit diff
path: root/converter/other/fiasco/codec/domain-pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/codec/domain-pool.c')
-rw-r--r--converter/other/fiasco/codec/domain-pool.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/converter/other/fiasco/codec/domain-pool.c b/converter/other/fiasco/codec/domain-pool.c
index 09f854a6..d7c0602f 100644
--- a/converter/other/fiasco/codec/domain-pool.c
+++ b/converter/other/fiasco/codec/domain-pool.c
@@ -17,16 +17,8 @@
 #include "config.h"
 
 #include <math.h>
-
-#if STDC_HEADERS
-#   include <stdlib.h>
-#endif /* not STDC_HEADERS */
-
-#if HAVE_STRING_H
-#   include <string.h>
-#else /* not HAVE_STRING_H */
-#   include <strings.h>
-#endif /* not HAVE_STRING_H */
+#include <stdlib.h>
+#include <string.h>
 
 #include "types.h"
 #include "macros.h"