about summary refs log tree commit diff
path: root/converter/other/fiasco/display.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-08-07 05:49:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-08-07 05:49:40 +0000
commit9233ab8147420f462bf2d22138b6a323a72c5099 (patch)
tree9f0e134ff809d7a9b04650234e9ba4802dd6a5b1 /converter/other/fiasco/display.c
parent5f7b1813961e6559564e305e83d5177aa6311d0b (diff)
downloadnetpbm-mirror-9233ab8147420f462bf2d22138b6a323a72c5099.tar.gz
netpbm-mirror-9233ab8147420f462bf2d22138b6a323a72c5099.tar.xz
netpbm-mirror-9233ab8147420f462bf2d22138b6a323a72c5099.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1273 9d0c8265-081b-0410-96cb-a4ca84ce46f8
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"