summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-04-16 17:59:33 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-04-16 17:59:33 +0000
commitccdbf0118747b5046937e85258e0f1d266634c90 (patch)
tree65207b810613f23d5ea11f330f7fe02e32e55b70 /src/io
parentCXX flags dedup on CMake builds (diff)
parentremoved unnecessary comments (diff)
downloadinkscape-ccdbf0118747b5046937e85258e0f1d266634c90.tar.gz
inkscape-ccdbf0118747b5046937e85258e0f1d266634c90.zip
merge Moritz's branch
(bzr r14855)
Diffstat (limited to 'src/io')
-rw-r--r--src/io/inkjar.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/io/inkjar.h b/src/io/inkjar.h
index 637c05d80..d7de9ff4a 100644
--- a/src/io/inkjar.h
+++ b/src/io/inkjar.h
@@ -18,13 +18,7 @@
# include <zlib.h>
#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#else
-# ifdef HAVE_STDINT_H
-# include <stdint.h>
-# endif
-#endif
+#include <stdint.h>
#include <glib.h>
#include <cstdio>