20 lines
299 B
Diff
20 lines
299 B
Diff
--- misc/libcdr-0.0.0/src/lib/libcdr_utils.h
|
|
+++ misc/build/libcdr-0.0.0/src/lib/libcdr_utils.h
|
|
@@ -41,17 +41,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
|
|
|