Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-10-27 12:17:08 (GMT)
committer Christian Persch <chpe@src.gnome.org>2008-10-27 12:17:08 (GMT)
commit09d18721e3015b9e4cc448f1f3620da54784ebba (patch)
treea91e482d5a61a8bb4d5041acfd082f20fb214090 /backend
parentedd999ae3841b9f4224ebb4dbd8ec4ce182ce0e7 (diff)
Bug 558064 – build with single includes
svn path=/trunk/; revision=3240
Diffstat (limited to 'backend')
-rw-r--r--backend/djvu/djvu-document.c4
-rw-r--r--backend/dvi/cairo-device.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/backend/djvu/djvu-document.c b/backend/djvu/djvu-document.c
index a9559c2..3eafbfe 100644
--- a/backend/djvu/djvu-document.c
+++ b/backend/djvu/djvu-document.c
@@ -32,9 +32,9 @@
#include "ev-selection.h"
#include "ev-file-helpers.h"
-#include <gdk-pixbuf/gdk-pixbuf-core.h>
+#include <glib.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
#include <glib/gi18n.h>
-#include <glib/gunicode.h>
#include <string.h>
#define SCALE_FACTOR 0.2
diff --git a/backend/dvi/cairo-device.c b/backend/dvi/cairo-device.c
index 992728d..9a42e7b 100644
--- a/backend/dvi/cairo-device.c
+++ b/backend/dvi/cairo-device.c
@@ -19,7 +19,7 @@
#include <config.h>
#include <stdlib.h>
-#include <gdk/gdkcolor.h>
+#include <gdk/gdk.h>
#ifdef HAVE_SPECTRE
#include <libspectre/spectre.h>
#endif