about summary refs log tree commit diff
path: root/converter/other/fiasco/codec/domain-pool.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/codec/domain-pool.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/codec/domain-pool.c')
-rw-r--r--converter/other/fiasco/codec/domain-pool.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/converter/other/fiasco/codec/domain-pool.c b/converter/other/fiasco/codec/domain-pool.c
index 09f854a6..d7c0602f 100644
--- a/converter/other/fiasco/codec/domain-pool.c
+++ b/converter/other/fiasco/codec/domain-pool.c
@@ -17,16 +17,8 @@
 #include "config.h"
 
 #include <math.h>
-
-#if STDC_HEADERS
-#   include <stdlib.h>
-#endif /* not STDC_HEADERS */
-
-#if HAVE_STRING_H
-#   include <string.h>
-#else /* not HAVE_STRING_H */
-#   include <strings.h>
-#endif /* not HAVE_STRING_H */
+#include <stdlib.h>
+#include <string.h>
 
 #include "types.h"
 #include "macros.h"