about summary refs log tree commit diff
path: root/converter/other/fiasco/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/display.c')
-rw-r--r--converter/other/fiasco/display.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/converter/other/fiasco/display.c b/converter/other/fiasco/display.c
index 9e531149..368fd3c9 100644
--- a/converter/other/fiasco/display.c
+++ b/converter/other/fiasco/display.c
@@ -27,16 +27,8 @@
 #include <X11/Xutil.h>
 #include <X11/keysym.h>
 
-#if STDC_HEADERS
-#	include <stdlib.h>
-#	include <string.h>
-#else /* not STDC_HEADERS */
-#	if HAVE_STRING_H
-#		include <string.h>
-#	else /* not HAVE_STRING_H */
-#		include <strings.h>
-#	endif /* not HAVE_STRING_H */
-#endif /* not STDC_HEADERS */
+#include <stdlib.h>
+#include <string.h>
 
 #include "types.h"
 #include "macros.h"