about summary refs log tree commit diff
path: root/converter/other/fiasco/codec/prediction.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/codec/prediction.c')
-rw-r--r--converter/other/fiasco/codec/prediction.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/converter/other/fiasco/codec/prediction.c b/converter/other/fiasco/codec/prediction.c
index 351ba9df..e056d10f 100644
--- a/converter/other/fiasco/codec/prediction.c
+++ b/converter/other/fiasco/codec/prediction.c
@@ -17,11 +17,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"