summaryrefslogtreecommitdiff
path: root/libvisio/libvisio-0.0.1.patch
blob: b00f54fa065cca173d520b4faaed66a3270e7057 (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.1/src/lib/libvisio_utils.h	2011-06-23 16:38:31.000000000 +0200
+++ misc/build/libvisio-0.0.1/src/lib/libvisio_utils.h	2011-06-23 17:41:15.259239694 +0200
@@ -31,17 +31,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