From 24708366757a5c2b5c0696d3000b58a1401ff383 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 14 Dec 2011 23:23:31 +0100 Subject: window-commands: reorder includes --- src/window-commands.c | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/window-commands.c b/src/window-commands.c index dfb59698b..f39d71c72 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -21,43 +21,43 @@ */ #include "config.h" +#include "window-commands.h" -#include "ephy-embed.h" +#include "ephy-bookmarks-editor.h" +#include "ephy-bookmarks-ui.h" +#include "ephy-debug.h" +#include "ephy-dialog.h" #include "ephy-embed-container.h" +#include "ephy-embed-prefs.h" #include "ephy-embed-shell.h" #include "ephy-embed-single.h" #include "ephy-embed-utils.h" -#include "ephy-shell.h" -#include "ephy-debug.h" -#include "window-commands.h" -#include "ephy-prefs.h" -#include "ephy-settings.h" -#include "ephy-embed-prefs.h" -#include "ephy-dialog.h" -#include "ephy-bookmarks-editor.h" -#include "ephy-history-window.h" +#include "ephy-embed.h" #include "ephy-file-chooser.h" #include "ephy-file-helpers.h" -#include "ephy-state.h" -#include "ephy-gui.h" -#include "ephy-zoom.h" -#include "ephy-notebook.h" #include "ephy-find-toolbar.h" -#include "ephy-location-entry.h" -#include "ephy-bookmarks-ui.h" +#include "ephy-gui.h" +#include "ephy-history-window.h" #include "ephy-link.h" +#include "ephy-location-entry.h" +#include "ephy-notebook.h" +#include "ephy-prefs.h" +#include "ephy-settings.h" +#include "ephy-shell.h" +#include "ephy-state.h" #include "ephy-stock-icons.h" #include "ephy-string.h" -#include "pdm-dialog.h" #include "ephy-web-app-utils.h" +#include "ephy-zoom.h" +#include "pdm-dialog.h" -#include -#include #include -#include +#include #include -#include +#include #include +#include +#include static void page_setup_done_cb (GtkPageSetup *setup, -- cgit v1.2.3