summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2008-10-28 10:29:51 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2008-10-28 10:29:51 +0100
commite07bfb54b77430e10e50c33151cf0afc9854006c (patch)
treecf7c561801154e9615d6708b00c7fb9d39107642 /glib
parenta84d272ffd2b593ac98148e71b83fba299c60fea (diff)
[glib] Fix build when compiling with GTK_DISABLE_SINGLE_INCLUDES
Diffstat (limited to 'glib')
-rw-r--r--glib/poppler-page.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/glib/poppler-page.h b/glib/poppler-page.h
index 0cd57413..93510484 100644
--- a/glib/poppler-page.h
+++ b/glib/poppler-page.h
@@ -24,8 +24,7 @@
#include "poppler.h"
#ifdef POPPLER_WITH_GDK
-#include <gdk/gdkregion.h>
-#include <gdk/gdkcolor.h>
+#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#endif