Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-properties-fonts.h2
-rw-r--r--shell/ev-stock-icons.h2
-rw-r--r--shell/ev-window.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/ev-properties-fonts.h b/shell/ev-properties-fonts.h
index 5d6bf34..f2bc2fe 100644
--- a/shell/ev-properties-fonts.h
+++ b/shell/ev-properties-fonts.h
@@ -23,7 +23,7 @@
#include "ev-document.h"
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/shell/ev-stock-icons.h b/shell/ev-stock-icons.h
index b3455de..752f1c8 100644
--- a/shell/ev-stock-icons.h
+++ b/shell/ev-stock-icons.h
@@ -24,7 +24,7 @@
#ifndef __EV_STOCK_ICONS_H__
#define __EV_STOCK_ICONS_H__
-#include <glib/gmacros.h>
+#include <glib.h>
G_BEGIN_DECLS
diff --git a/shell/ev-window.c b/shell/ev-window.c
index ca4f81b..0205bc4 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -37,7 +37,7 @@
#include <glib/gi18n.h>
#include <gio/gio.h>
#include <gtk/gtk.h>
-#include <gtk/gtkprintunixdialog.h>
+#include <gtk/gtkunixprint.h>
#include <gconf/gconf-client.h>
#include "egg-editable-toolbar.h"