office-gobmx/libvisio/libvisio-0.0.3.patch

21 lines
307 B
Diff
Raw Normal View History

2011-07-22 07:56:50 -05:00
--- misc/libvisio-0.0.3/src/lib/libvisio_utils.h
+++ misc/build/libvisio-0.0.3/src/lib/libvisio_utils.h
2011-06-23 12:26:17 -05:00
@@ -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