about summary refs log tree commit diff
path: root/converter/other/fiasco/codec/mwfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/codec/mwfa.c')
-rw-r--r--converter/other/fiasco/codec/mwfa.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/converter/other/fiasco/codec/mwfa.c b/converter/other/fiasco/codec/mwfa.c
index 6f0af8be..e0d7c99e 100644
--- a/converter/other/fiasco/codec/mwfa.c
+++ b/converter/other/fiasco/codec/mwfa.c
@@ -18,12 +18,7 @@
 #include "config.h"
 
 #include <ctype.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"