]> www.fi.muni.cz Git - evince.git/commitdiff
More #include cleanups. Again: reordering, single gtk.h includes and other
authorWouter Bolsterlee <wbolster@svn.gnome.org>
Sun, 3 Aug 2008 18:32:42 +0000 (18:32 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Sun, 3 Aug 2008 18:32:42 +0000 (18:32 +0000)
2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* 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

43 files changed:
ChangeLog
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

index 78d3fde41701b9c90a0b3905a2893ecfe8c00b06..d9094520a2e3a634ca20052ab56d82f2ecb80af6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * 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.
+
 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
 
        * shell/eggfindbar.c:
index 2e3c39bedbc9e9d5b917b88e1e6fdc062b440a57..79cbf51b24010d9bac01595f7dc33f996e551326 100644 (file)
 
 #include "config.h"
 
-#include <config.h>
-#include <gtk/gtk.h>
-#include <glib/gi18n.h>
 #include <string.h>
 
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+
 #include "imposter.h"
 #include "impress-document.h"
-#include "ev-document-thumbnails.h"
+
 #include "ev-document-misc.h"
+#include "ev-document-thumbnails.h"
 
 struct _ImpressDocumentClass
 {
index 64c994cc6872f1469fd5a4f0006b9a33fcd8bc0a..74d67b72a8d0725bca5629f6c9d4c7f8b63d4f5e 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef OO_RENDER_H
 #define OO_RENDER_H
 
-#include <gtk/gtkdrawingarea.h>
+#include <gtk/gtk.h>
 
 #define OO_TYPE_RENDER (oo_render_get_type())
 #define OO_RENDER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), OO_TYPE_RENDER , OORender))
index e7c76b905f8ae1472643746d43e2c3225527c250..a920be60bcfe06e2a051866700212b29160a7639 100644 (file)
@@ -23,6 +23,7 @@
 #endif
 
 #include <string.h>
+
 #include <gio/gio.h>
 #include <glib/gstdio.h>
 #include <glib/gi18n.h>
index 55c59e4a85b6a0b7a93ef38aa6f324cc6c29683e..82e47a2e3f519378f147c9e52922ad485fb8c5db 100644 (file)
@@ -22,6 +22,7 @@
 #define EV_DOCUMENT_FACTORY_H
 
 #include <gtk/gtk.h>
+
 #include "ev-document.h"
 
 G_BEGIN_DECLS
index a9208f48d6cb458c9ecff878218724341fc9cea7..f6a6a48097f92b81e30c11b5791115a22605b086 100644 (file)
@@ -33,7 +33,6 @@
 
 G_BEGIN_DECLS
 
-
 #define EV_TYPE_DOCUMENT_LINKS           (ev_document_links_get_type ())
 #define EV_DOCUMENT_LINKS(o)             (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_DOCUMENT_LINKS, EvDocumentLinks))
 #define EV_DOCUMENT_LINKS_IFACE(k)       (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_LINKS, EvDocumentLinksIface))
index 7898a8cd8324cf9915e0489ae2396ef2b140ab8d..889e4a88d0a08e51e1d3c2b92530ea1469bbb3df 100644 (file)
  */
 
 #include <config.h>
-#include "ev-document-misc.h"
+
 #include <string.h>
+
 #include <gtk/gtk.h>
 
+#include "ev-document-misc.h"
+
 /* Returns a new GdkPixbuf that is suitable for placing in the thumbnail view.
  * It is four pixels wider and taller than the source.  If source_pixbuf is not
  * NULL, then it will fill the return pixbuf with the contents of
index b58af18060057ddd77d595ff9619b9feaacd594e..5fdb670f0cf69f1d41859cc34e55daa3095c5e54 100644 (file)
 #ifndef EV_DOCUMENT_MISC_H
 #define EV_DOCUMENT_MISC_H
 
+#include <cairo.h>
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <gtk/gtkstyle.h>
-#include <cairo.h>
 
 G_BEGIN_DECLS
 
-
 GdkPixbuf *ev_document_misc_get_thumbnail_frame  (int           width,
                                                  int           height,
                                                  GdkPixbuf    *source_pixbuf);
index c20abed73ed83ef2d35e3d97481bb0f98a0a806b..b25df9ea011a632f718a351ae0ddf99056be708d 100644 (file)
  *
  */
 
-#include "ev-properties-view.h"
-#include "ev-backends-manager.h"
-#include "ev-document-factory.h"
-
 #include <config.h>
+
 #include <string.h>
+
 #include <glib/gi18n-lib.h>
-#include <gtk/gtklabel.h>
+#include <gtk/gtk.h>
+
 #include <libnautilus-extension/nautilus-extension-types.h>
 #include <libnautilus-extension/nautilus-property-page-provider.h>
 
+#include "ev-properties-view.h"
+#include "ev-backends-manager.h"
+#include "ev-document-factory.h"
+
 static GType epp_type = 0;
 static void property_page_provider_iface_init
        (NautilusPropertyPageProviderIface *iface);
index 4162fddd3dc8bbe8049c6d3f92e6ba1cbfbfba3d..6a1eb413962436765c28e1648b30ad63fcba6a9b 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
-#include "ev-properties-view.h"
-#include "ev-document-fonts.h"
-
-#include <glib/gi18n.h>
-#include <gtk/gtk.h>
-#include <gtk/gtkversion.h>
-#include <glade/glade.h>
-#include <time.h>
-#include <sys/time.h>
 #include <string.h>
+#include <sys/time.h>
+#include <time.h>
 
 #ifdef HAVE__NL_MEASUREMENT_MEASUREMENT
 #include <langinfo.h>
 #endif
 
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+#include <glade/glade.h>
+
+#include "ev-properties-view.h"
+#include "ev-document-fonts.h"
+
 typedef enum
 {
        TITLE_PROPERTY,
index a3501d1491c0ae0e9a99b3c3c919b5f6ba055e61..41e6277caf7a397ab2c10ff1dedc781e85eef891 100644 (file)
@@ -21,9 +21,9 @@
 #ifndef __EV_PROPERTIES_VIEW_H__
 #define __EV_PROPERTIES_VIEW_H__
 
-#include "ev-document-info.h"
+#include <gtk/gtk.h>
 
-#include <gtk/gtkwidget.h>
+#include "ev-document-info.h"
 
 G_BEGIN_DECLS
 
index 3c8cb6114e0684ef849a19bd6c2cae6b229dbb73..bfa9e1264e7e9e06f79db518fb746b9725274d3e 100644 (file)
@@ -16,15 +16,15 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
 */
 
-#include <config.h>
+#include "config.h"
 
-#include "eggfindbar.h"
+#include <string.h>
 
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
-#include <string.h>
+#include "eggfindbar.h"
 
 struct _EggFindBarPrivate
 {
index 4b8c537f0e52a8658e2cb9bc99fb57b1638af40b..eef556154f6b78a92320df4a673b72f2e0e9d3f2 100644 (file)
@@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA.
 #ifndef __EGG_FIND_BAR_H__
 #define __EGG_FIND_BAR_H__
 
-#include <gtk/gtktoolbar.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
index bdcdfcd6a6ea8f9a72d1b4a4f4fef7da7b5766cb..9dee9989a951cf3950df05585d125dc98101d943 100644 (file)
@@ -22,6 +22,8 @@
 
 #include <config.h>
 
+#include <string.h>
+
 #include <glib.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <libgnomeui/gnome-client.h>
 #endif
 
+#include "totem-scrsaver.h"
+
 #include "ev-application.h"
-#include "ev-utils.h"
-#include "ev-file-helpers.h"
 #include "ev-document-factory.h"
+#include "ev-file-helpers.h"
+#include "ev-utils.h"
+
 #ifdef ENABLE_DBUS
 #include "ev-media-player-keys.h"
 #endif /* ENABLE_DBUS */
-#include "totem-scrsaver.h"
 
 #ifdef ENABLE_DBUS
-#include "ev-application-service.h"
 #include <dbus/dbus-glib-bindings.h>
+#include "ev-application-service.h"
 #endif
 
-#include <string.h>
-
 static void ev_application_add_icon_path_for_screen (GdkScreen *screen);
 
 struct _EvApplication {
index efaf0b63d86ef21f3713306ba72bea2b0b317c65..8454665364779079879320ff4cbb5a5c708dbc69 100644 (file)
 #include "config.h"
 #endif
 
-#include <glib/gerror.h>
-#include <glib-object.h>
-#include <gtk/gtkprintsettings.h>
-
-#include "ev-window.h"
+#include <glib.h>
+#include <gtk/gtk.h>
 
 #include "egg-toolbars-model.h"
 
+#include "ev-window.h"
+
 G_BEGIN_DECLS
 
 typedef struct _EvApplication EvApplication;
index af113d0f82f0b25411a50542f69abdbb9711b1b8..336567b40e21c928c51da1986300246cdf0d5944 100644 (file)
 #ifndef __EV_JOBS_H__
 #define __EV_JOBS_H__
 
-#include <gtk/gtk.h>
 #include <gio/gio.h>
+#include <gtk/gtk.h>
 
 #include "ev-document.h"
-#include "ev-window.h"
 #include "ev-selection.h"
+#include "ev-window.h"
 
 G_BEGIN_DECLS
 
index bb2954536fb6e7c033178c7e7628b389428c577a..ca403db0f89abf551006f255d85b70b10dcd27e8 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef EV_MESSAGE_AREA_H
 #define EV_MESSAGE_AREA_H
 
-#include <gtk/gtkmessagedialog.h>
+#include <gtk/gtk.h>
 
 #include "gedit-message-area.h"
 
index 5670a04e2e0f68208560d2003ea5e8e06b0e6ab0..a2dc6364088159c91a2337aa9bb779eee92d872f 100644 (file)
@@ -26,6 +26,7 @@
 #include "ev-navigation-action.h"
 #include "ev-navigation-action-widget.h"
 
+
 enum
 {
        WIDGET_ACTIVATE_LINK,
index 2ac58487c316165d61f2ae57237588dfdfbca8e0..1b73e26de0c09f67f2356a973d14ba81088b10fe 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef EV_NAVIGATION_ACTION_H
 #define EV_NAVIGATION_ACTION_H
 
-#include <gtk/gtkaction.h>
+#include <gtk/gtk.h>
 
 #include "ev-history.h"
 #include "ev-link.h"
index 0a4f309584e80d549826c268a41b7904110e8233..1c6c9ced687cc049421808e459488abd632b7cd0 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "ev-open-recent-action.h"
 
+
 enum {
        ITEM_ACTIVATED,
        N_SIGNALS
index 70bce0eef8d3774ffb12bfc2fcd5c79338e7f70a..0492d76fec0b0cc911782ac1c8634e52a87e6a62 100644 (file)
@@ -20,8 +20,7 @@
 #ifndef EV_OPEN_RECENT_ACTION_H
 #define EV_OPEN_RECENT_ACTION_H
 
-#include <gtk/gtkaction.h>
-#include <gtk/gtkmenutoolbutton.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
index 482615a4b494f100af498ceda3e8f11f0a65a111..7a6ad3b4d241dce5eb51c0a3b9e175f4474fe42d 100644 (file)
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
+#include "ev-document-links.h"
+#include "ev-marshal.h"
 #include "ev-page-action.h"
+#include "ev-page-action-widget.h"
 #include "ev-page-cache.h"
 #include "ev-window.h"
-#include "ev-document-links.h"
-#include "ev-page-action-widget.h"
-#include "ev-marshal.h"
 
 /* Widget we pass back */
 static void  ev_page_action_widget_init       (EvPageActionWidget      *action_widget);
index 1d4151ff31848599d2a778d1d632a408db5f5262..ef87e75ee9ba992b22ced5fbb4bce8def0456ce9 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <string.h>
 #include <stdlib.h>
+
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
index 82f3ac8079e30744e7b27b7187e7d5ad67019843..6337bdedc9aa9488ec493f160bc96030452d5a4c 100644 (file)
@@ -21,8 +21,8 @@
 #ifndef EV_PAGE_ACTION_H
 #define EV_PAGE_ACTION_H
 
-#include <gtk/gtkaction.h>
-#include <gtk/gtktreemodel.h>
+#include <gtk/gtk.h>
+
 #include <ev-document.h>
 #include "ev-link.h"
 
index e20068b1daa9ed870f14f671cbbfbb5805b1fd41..43f455329c5a6d792189f8f9dc8f19b3be01bde2 100644 (file)
@@ -20,7 +20,8 @@
 #ifndef __EV_PAGE_CACHE_H__
 #define __EV_PAGE_CACHE_H__
 
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
+
 #include "ev-document.h"
 
 G_BEGIN_DECLS
index e167916ade20151d8c4bb18dbb89a037c379a0e6..d59d62b4834ffed621c6b48ad739da9023b845e2 100644 (file)
@@ -20,7 +20,8 @@
 #ifndef __EV_PASSWORD_VIEW_H__
 #define __EV_PASSWORD_VIEW_H__
 
-#include <gtk/gtkviewport.h>
+#include <gtk/gtk.h>
+
 G_BEGIN_DECLS
 
 #define EV_TYPE_PASSWORD_VIEW            (ev_password_view_get_type ())
index 048cf473fc60be6d887eedd8c32720f38c919c76..af76d3d4ad3fb9b82a62da13a99523b3edda47cc 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __EV_PASSWORD_H__
 #define __EV_PASSWORD_H__
 
-#include <gtk/gtkdialog.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
index 0b65bf8cba24f1cee6c87c28a9e69ea260987704..5e48f2845c10f848fa75ab7e2374b3c1fcbed491 100644 (file)
@@ -24,7 +24,8 @@
 #ifndef __EV_PIXBUF_CACHE_H__
 #define __EV_PIXBUF_CACHE_H__
 
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
+
 #include "ev-document.h"
 #include "ev-selection.h"
 
index bb634ef3a3c75385655cb08dcd8084cb9bdee06c..783a5657aa14ad9d28b990257947a0010aaaf40a 100644 (file)
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 
-#include "ev-properties-fonts.h"
 #include "ev-document-fonts.h"
-#include "ev-jobs.h"
 #include "ev-job-scheduler.h"
+#include "ev-jobs.h"
+#include "ev-properties-fonts.h"
 
 struct _EvPropertiesFonts {
        GtkVBox base_instance;
index 11305334fb93ba1a200bc7cb68bc69cea8892134..1b2be06d79a30f58789c16170b3439f4ed97cf70 100644 (file)
@@ -26,6 +26,7 @@
 #endif
 
 #include <string.h>
+
 #include <glib/gi18n.h>
 #include <glib/gstdio.h>
 #include <gtk/gtk.h>
index 1389edd46e10fca8b842e1e79bbc6d31c49e730f..623753c9272549da6f43db3a9d8f4919bf8866d3 100644 (file)
 #endif
 
 #include <string.h>
+
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
-#include "ev-sidebar-page.h"
-#include "ev-sidebar-links.h"
-#include "ev-job-scheduler.h"
 #include "ev-document-links.h"
+#include "ev-job-scheduler.h"
+#include "ev-sidebar-links.h"
+#include "ev-sidebar-page.h"
 #include "ev-window.h"
 
 struct _EvSidebarLinksPrivate {
index f1a6b870c19a19c3cb22a38dd89efc6a8470f618..8814c10af0abb10b485e24a0719621224659fbeb 100644 (file)
@@ -24,7 +24,8 @@
 #ifndef __EV_SIDEBAR_LINKS_H__
 #define __EV_SIDEBAR_LINKS_H__
 
-#include <gtk/gtkvbox.h>
+#include <gtk/gtk.h>
+
 #include "ev-document.h"
 #include "ev-link.h"
 #include "ev-utils.h"
index 690c7de6afb42f4f264e1286989d83bb5c3c6d82..0a97e5f782279e721c19f6e394175be8b3012e1c 100644 (file)
 #endif
 
 #include <string.h>
+
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
-#include "ev-sidebar-page.h"
-#include "ev-sidebar-thumbnails.h"
-#include "ev-document-thumbnails.h"
 #include "ev-document-misc.h"
+#include "ev-document-thumbnails.h"
 #include "ev-job-scheduler.h"
-#include "ev-window.h"
+#include "ev-sidebar-page.h"
+#include "ev-sidebar-thumbnails.h"
 #include "ev-utils.h"
+#include "ev-window.h"
 
 #define THUMBNAIL_WIDTH 100
 
index 11e745847b87d2ebf8be8bb9b3fab07fe96826db..5a3dddaefddfdb8bb123afc32aa7590e41239eb2 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef __EV_SIDEBAR_THUMBNAILS_H__
 #define __EV_SIDEBAR_THUMBNAILS_H__
 
-#include <gtk/gtkvbox.h>
+#include <gtk/gtk.h>
 
 #include "ev-document.h"
 
index 06a29c78eb9830e7015777f31f2cd3835b5ac9c3..2d97381d5aee5a4426811e15e26cfb0442e9cb77 100644 (file)
@@ -25,6 +25,7 @@
 #endif
 
 #include <string.h>
+
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
index 1c4a7a88ad7dcb917103c6df5507960db4e823e3..5f01132e66ea6046aec76d1d96614bf490cbd9f8 100644 (file)
@@ -24,7 +24,8 @@
 #ifndef __EV_SIDEBAR_H__
 #define __EV_SIDEBAR_H__
 
-#include <gtk/gtkvbox.h>
+#include <gtk/gtk.h>
+
 #include "ev-document.h"
 
 G_BEGIN_DECLS
index 09536ca709c749f284a7438ce7a60e2f98edb9d3..003253cb0552ec9c2c700ecfa751fae579178d9b 100644 (file)
  */
 
 #include <config.h>
-#include "ev-stock-icons.h"
 
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 
+#include "ev-stock-icons.h"
+
 typedef struct {
        char *stock_id;
        char *icon;
index 89d064ccbd20d7548bb7190a38cae9b57b0d0779..7f37c9a1f097fefd8443302578bc006f66d87434 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef __EV_TOOLTIP_H__
 #define __EV_TOOLTIP_H__
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
index 1def7fb7656e00cebc1b9e171e70a81050efc09d..2524d11cb095d9bea4ce64d8f73cd683c5d539cc 100644 (file)
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
+
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
-#include "ev-marshal.h"
-#include "ev-view.h"
-#include "ev-view-private.h"
-#include "ev-utils.h"
-#include "ev-document-links.h"
-#include "ev-document-images.h"
+#include "ev-application.h"
 #include "ev-document-find.h"
-#include "ev-document-transition.h"
 #include "ev-document-forms.h"
+#include "ev-document-images.h"
+#include "ev-document-links.h"
 #include "ev-document-misc.h"
+#include "ev-document-transition.h"
+#include "ev-marshal.h"
 #include "ev-page-cache.h"
 #include "ev-pixbuf-cache.h"
 #include "ev-transition-animation.h"
+#include "ev-utils.h"
+#include "ev-view.h"
+#include "ev-view-private.h"
+
 #if !GTK_CHECK_VERSION (2, 11, 7)
 #include "ev-tooltip.h"
 #endif
-#include "ev-application.h"
 
 #define EV_VIEW_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_VIEW, EvViewClass))
 #define EV_IS_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_VIEW))
 #define EV_VIEW_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_VIEW, EvViewClass))
 
-
 enum {
        PROP_0,
        PROP_FIND_STATUS,
index 0c6d608c2297f963a5e57641a3e2e5999a5e7351..cbcf7682a3bc0827ba9a36a2cff92f20d2c4dc05 100644 (file)
@@ -20,9 +20,7 @@
 #ifndef __EV_VIEW_H__
 #define __EV_VIEW_H__
 
-#include <gtk/gtkwidget.h>
-#include <gtk/gtklayout.h>
-#include <gtk/gtkscrolledwindow.h>
+#include <gtk/gtk.h>
 
 #include "ev-document.h"
 #include "ev-link.h"
index 5768b7ca8c6023211a72188ad855b6ecfff42390..cf65611a9aefaa154e7cf0ede3b579167581c228 100644 (file)
 #include <gtk/gtkprintunixdialog.h>
 #include <gconf/gconf-client.h>
 
-#include "ev-window.h"
-#include "ev-window-title.h"
-#include "ev-navigation-action.h"
-#include "ev-page-action.h"
-#include "ev-open-recent-action.h"
-#include "ev-sidebar.h"
-#include "ev-sidebar-links.h"
-#include "ev-sidebar-attachments.h"
-#include "ev-sidebar-thumbnails.h"
-#include "ev-view.h"
-#include "ev-password.h"
-#include "ev-password-view.h"
-#include "ev-properties-dialog.h"
-#include "ev-file-exporter.h"
-#include "ev-document-thumbnails.h"
-#include "ev-document-links.h"
-#include "ev-document-fonts.h"
-#include "ev-document-find.h"
-#include "ev-document-images.h"
-#include "ev-document-security.h"
-#include "ev-document-factory.h"
-#include "ev-job-scheduler.h"
-#include "ev-jobs.h"
-#include "ev-sidebar-page.h"
-#include "eggfindbar.h"
-#include "egg-toolbar-editor.h"
 #include "egg-editable-toolbar.h"
+#include "egg-toolbar-editor.h"
 #include "egg-toolbars-model.h"
-#include "ephy-zoom.h"
+
+#include "eggfindbar.h"
+
 #include "ephy-zoom-action.h"
+#include "ephy-zoom.h"
+
 #include "ev-application.h"
-#include "ev-stock-icons.h"
-#include "ev-metadata-manager.h"
+#include "ev-document-factory.h"
+#include "ev-document-find.h"
+#include "ev-document-fonts.h"
+#include "ev-document-images.h"
+#include "ev-document-links.h"
+#include "ev-document-security.h"
+#include "ev-document-thumbnails.h"
+#include "ev-file-exporter.h"
 #include "ev-file-helpers.h"
-#include "ev-utils.h"
+#include "ev-file-monitor.h"
 #include "ev-history.h"
 #include "ev-image.h"
+#include "ev-job-scheduler.h"
+#include "ev-jobs.h"
 #include "ev-message-area.h"
+#include "ev-metadata-manager.h"
 #include "ev-mount-operation.h"
-#include "ev-file-monitor.h"
+#include "ev-navigation-action.h"
+#include "ev-open-recent-action.h"
+#include "ev-page-action.h"
+#include "ev-password.h"
+#include "ev-password-view.h"
+#include "ev-properties-dialog.h"
+#include "ev-sidebar-attachments.h"
+#include "ev-sidebar.h"
+#include "ev-sidebar-links.h"
+#include "ev-sidebar-page.h"
+#include "ev-sidebar-thumbnails.h"
+#include "ev-stock-icons.h"
+#include "ev-utils.h"
+#include "ev-view.h"
+#include "ev-window.h"
+#include "ev-window-title.h"
 
 #ifdef ENABLE_DBUS
 #include "ev-media-player-keys.h"
index ebaff35a2b7b93bdcf46270cf28d8115371907b2..2957c44e64bc830449f281dad01c2cbe5a87f8a8 100644 (file)
@@ -23,9 +23,8 @@
 #ifndef EV_WINDOW_H
 #define EV_WINDOW_H
 
-#include <glib-object.h>
-#include <gtk/gtkwindow.h>
-#include <gtk/gtkscrolledwindow.h>
+#include <glib.h>
+#include <gtk/gtk.h>
 
 #include "ev-link.h"
 #include "ev-page-cache.h"
index b0c26caa979690489647fcb7f66f856ca771aea3..72c43df0b1858685be360dde6977b6377e54a033 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>