From 75d6ca169171f642ba7438e648b4529638bf90c3 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Sun, 03 Aug 2008 18:32:42 +0000 Subject: More #include cleanups. Again: reordering, single gtk.h includes and other 2008-08-03 Wouter Bolsterlee * backend/impress/impress-document.c: * backend/impress/render.h: * libdocument/ev-document-factory.c: * libdocument/ev-document-factory.h: * libdocument/ev-document-links.h: * libdocument/ev-document-misc.c: * libdocument/ev-document-misc.h: * properties/ev-properties-main.c: * properties/ev-properties-view.c: * properties/ev-properties-view.h: * shell/eggfindbar.c: * shell/eggfindbar.h: * shell/ev-application.c: * shell/ev-application.h: * shell/ev-jobs.h: * shell/ev-message-area.h: * shell/ev-navigation-action.c: * shell/ev-navigation-action.h: * shell/ev-open-recent-action.c: * shell/ev-open-recent-action.h: * shell/ev-page-action-widget.c: * shell/ev-page-action.c: * shell/ev-page-action.h: * shell/ev-page-cache.h: * shell/ev-password-view.h: * shell/ev-password.h: * shell/ev-pixbuf-cache.h: * shell/ev-properties-fonts.c: * shell/ev-sidebar-attachments.c: * shell/ev-sidebar-links.c: * shell/ev-sidebar-links.h: * shell/ev-sidebar-thumbnails.c: * shell/ev-sidebar-thumbnails.h: * shell/ev-sidebar.c: * shell/ev-sidebar.h: * shell/ev-stock-icons.c: * shell/ev-tooltip.h: * shell/ev-view.c: * shell/ev-view.h: * shell/ev-window.c: * shell/ev-window.h: * shell/main.c: More #include cleanups. Again: reordering, single gtk.h includes and other stuff. svn path=/trunk/; revision=3095 --- (limited to 'backend') diff --git a/backend/impress/impress-document.c b/backend/impress/impress-document.c index 2e3c39b..79cbf51 100644 --- a/backend/impress/impress-document.c +++ b/backend/impress/impress-document.c @@ -20,15 +20,16 @@ #include "config.h" -#include -#include -#include #include +#include +#include + #include "imposter.h" #include "impress-document.h" -#include "ev-document-thumbnails.h" + #include "ev-document-misc.h" +#include "ev-document-thumbnails.h" struct _ImpressDocumentClass { diff --git a/backend/impress/render.h b/backend/impress/render.h index 64c994c..74d67b7 100644 --- a/backend/impress/render.h +++ b/backend/impress/render.h @@ -9,7 +9,7 @@ #ifndef OO_RENDER_H #define OO_RENDER_H -#include +#include #define OO_TYPE_RENDER (oo_render_get_type()) #define OO_RENDER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), OO_TYPE_RENDER , OORender)) -- cgit v0.9.1