From 3e7d5f82187c7fc0d8515c1706aeab0bd0b44dfd Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Sun, 03 Aug 2008 18:19:11 +0000 Subject: Cleanup many #include statements: reorder so that a generic-to-specific 2008-08-03 Wouter Bolsterlee * 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 --- (limited to 'shell/ev-page-action.c') diff --git a/shell/ev-page-action.c b/shell/ev-page-action.c index 39ce3ec..1d4151f 100644 --- a/shell/ev-page-action.c +++ b/shell/ev-page-action.c @@ -18,7 +18,14 @@ * */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif + +#include +#include +#include +#include #include "ev-page-action.h" #include "ev-page-cache.h" @@ -27,14 +34,6 @@ #include "ev-page-action-widget.h" #include "ev-marshal.h" -#include -#include -#include -#include -#include -#include -#include - struct _EvPageActionPrivate { EvPageCache *page_cache; -- cgit v0.9.1