drop an header inclusion, check fro gmodule-2.0
authorStephane Delcroix <stephane@delcroix.org>
Fri, 13 Mar 2009 09:16:43 +0000 (10:16 +0100)
committerStephane Delcroix <stephane@delcroix.org>
Fri, 13 Mar 2009 09:16:43 +0000 (10:16 +0100)
configure.ac
io-xcf.c

index 5e9331f..76188c8 100644 (file)
@@ -8,6 +8,7 @@ AC_PROG_CXX
 AC_PROG_LIBTOOL
 
 PKG_CHECK_MODULES(GLIB, glib-2.0)
+PKG_CHECK_MODULES(GMODULE, gmodule-2.0)
 PKG_CHECK_MODULES(GDKPIXBUF, gdk-pixbuf-2.0)
 
 AC_CHECK_HEADER(bzlib.h,,AC_MSG_ERROR(Can not find bzlib header))
index 788382d..1a91e56 100644 (file)
--- a/io-xcf.c
+++ b/io-xcf.c
@@ -40,7 +40,6 @@
 
 #include <gmodule.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
-#include <gdk-pixbuf/gdk-pixbuf-io.h>
 #include <math.h>
 #include <string.h>
 #include <stdlib.h>