Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@svn.gnome.org>2008-08-03 18:19:11 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2008-08-03 18:19:11 (GMT)
commit3e7d5f82187c7fc0d8515c1706aeab0bd0b44dfd (patch)
treee1b7ab068e2e098d3a8d51c67abafcb63a31b671 /shell/ev-window.c
parent0f8dbf3380e5bed8afa55a6bc75c59905bf5d0db (diff)
Cleanup many #include statements: reorder so that a generic-to-specific
2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org> * shell/eggfindbar.c: * shell/ev-application.c: * shell/ev-message-area.c: * shell/ev-navigation-action.c: * shell/ev-open-recent-action.c: * shell/ev-page-action-widget.c: * shell/ev-page-action.c: * shell/ev-password-view.c: * shell/ev-properties-dialog.c: * shell/ev-properties-fonts.c: * shell/ev-sidebar-attachments.c: * shell/ev-sidebar-page.c: * shell/ev-sidebar-thumbnails.c: * shell/ev-stock-icons.c: * shell/ev-tooltip.c: * shell/ev-view.c: * shell/ev-window.c: * shell/main.c: Cleanup many #include statements: reorder so that a generic-to-specific order is used, use single gtk.h includes, and some other cleanups. svn path=/trunk/; revision=3094
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4c312ea..5768b7c 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -28,6 +28,18 @@
#include "config.h"
#endif
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+
+#include <glib/gstdio.h>
+#include <glib/gi18n.h>
+#include <gio/gio.h>
+#include <gtk/gtk.h>
+#include <gtk/gtkprintunixdialog.h>
+#include <gconf/gconf-client.h>
+
#include "ev-window.h"
#include "ev-window-title.h"
#include "ev-navigation-action.h"
@@ -68,27 +80,15 @@
#include "ev-message-area.h"
#include "ev-mount-operation.h"
#include "ev-file-monitor.h"
+
#ifdef ENABLE_DBUS
#include "ev-media-player-keys.h"
#endif /* ENABLE_DBUS */
-#include <gtk/gtkprintunixdialog.h>
-
#ifdef ENABLE_PDF
#include <poppler.h>
#endif
-#include <glib/gstdio.h>
-#include <glib/gi18n.h>
-#include <gtk/gtk.h>
-#include <gio/gio.h>
-#include <gconf/gconf-client.h>
-
-#include <errno.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-
typedef enum {
PAGE_MODE_DOCUMENT,
PAGE_MODE_PASSWORD