about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/list.c')
-rw-r--r--converter/other/fiasco/lib/list.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/converter/other/fiasco/lib/list.c b/converter/other/fiasco/lib/list.c
index 9f516c2e..bb4efae1 100644
--- a/converter/other/fiasco/lib/list.c
+++ b/converter/other/fiasco/lib/list.c
@@ -16,11 +16,7 @@
 
 #include "config.h"
 
-#if HAVE_STRING_H
-#	include <string.h>
-#else /* not HAVE_STRING_H */
-#	include <strings.h>
-#endif /* not HAVE_STRING_H */
+#include <string.h>
 
 #include "types.h"
 #include "macros.h"