summaryrefslogtreecommitdiff
path: root/libvisio/libvisio-0.0.15.patch
blob: fbebce9f473545f9b76c3c3c27a1d44c197a00f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- misc/libvisio-0.0.15/src/lib/libvisio_utils.h
+++ misc/build/libvisio-0.0.15/src/lib/libvisio_utils.h
@@ -42,17 +42,8 @@
 
 #else
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifdef HAVE_STDINT_H
 #include <stdint.h>
-#endif
-
-#ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
-#endif
 
 #endif