summaryrefslogtreecommitdiff
path: root/libcdr/libcdr-0.0.6.patch
blob: d8bd05c389075ae23d6aeec62329bb309d8a6c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- misc/libcdr-0.0.6/src/lib/libcdr_utils.h	2012-03-07 13:51:21.000000000 +0100
+++ misc/build/libcdr-0.0.6/src/lib/libcdr_utils.h	2012-03-08 12:46:38.194534604 +0100
@@ -54,17 +54,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