Cleanup main.h header
[geeqie.git] / src / image-load-pdf.cc
index 27f93f9..df8e853 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include "main.h"
+#include <config.h>
 
-#include "image-load.h"
+#ifdef HAVE_PDF
 #include "image-load-pdf.h"
 
-#ifdef HAVE_PDF
+#include <gdk/gdk.h>
 #include <poppler/glib/poppler.h>
 
+#include "debug.h"
+#include "image-load.h"
+
 struct ImageLoaderPDF {
        ImageLoaderBackendCbAreaUpdated area_updated_cb;
        ImageLoaderBackendCbSize size_cb;