aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-04 00:39:24 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-04 00:39:24 +0800
commit37c1f487b4630d0d4f1f3fd9e505a7200a01acaa (patch)
treea458c567ed43d740e8b4dc1781a2d3caedff5456 /src/ephy-window.c
parent451b9fdc05fa901b8aec591acf435f848c8b2a13 (diff)
downloadgsoc2013-epiphany-37c1f487b4630d0d4f1f3fd9e505a7200a01acaa.tar
gsoc2013-epiphany-37c1f487b4630d0d4f1f3fd9e505a7200a01acaa.tar.gz
gsoc2013-epiphany-37c1f487b4630d0d4f1f3fd9e505a7200a01acaa.tar.bz2
gsoc2013-epiphany-37c1f487b4630d0d4f1f3fd9e505a7200a01acaa.tar.lz
gsoc2013-epiphany-37c1f487b4630d0d4f1f3fd9e505a7200a01acaa.tar.xz
gsoc2013-epiphany-37c1f487b4630d0d4f1f3fd9e505a7200a01acaa.tar.zst
gsoc2013-epiphany-37c1f487b4630d0d4f1f3fd9e505a7200a01acaa.zip
ephy-window: sort includes
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index ab6fb4e67..d678e5d1b 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -20,48 +20,48 @@
*/
#include "config.h"
-
#include "ephy-window.h"
-#include "ephy-type-builtins.h"
-#include "ephy-embed-type-builtins.h"
-#include "ephy-state.h"
-#include "window-commands.h"
+
+#include "egg-editable-toolbar.h"
+#include "ephy-action-helper.h"
+#include "ephy-bookmarks-ui.h"
+#include "ephy-debug.h"
+#include "ephy-download-widget.h"
+#include "ephy-download.h"
#include "ephy-embed-container.h"
+#include "ephy-embed-prefs.h"
#include "ephy-embed-shell.h"
#include "ephy-embed-single.h"
+#include "ephy-embed-type-builtins.h"
#include "ephy-embed-utils.h"
-#include "ephy-shell.h"
-#include "ephy-prefs.h"
-#include "ephy-settings.h"
-#include "ephy-embed-prefs.h"
#include "ephy-embed-utils.h"
-#include "ephy-zoom.h"
-#include "ephy-debug.h"
-#include "ephy-download.h"
-#include "ephy-download-widget.h"
-#include "ephy-file-helpers.h"
-#include "egg-editable-toolbar.h"
-#include "ephy-toolbar.h"
-#include "popup-commands.h"
#include "ephy-encoding-menu.h"
-#include "ephy-tabs-menu.h"
-#include "ephy-stock-icons.h"
#include "ephy-extension.h"
-#include "ephy-bookmarks-ui.h"
-#include "ephy-link.h"
-#include "ephy-gui.h"
-#include "ephy-notebook.h"
-#include "ephy-fullscreen-popup.h"
-#include "ephy-action-helper.h"
+#include "ephy-file-helpers.h"
#include "ephy-find-toolbar.h"
+#include "ephy-fullscreen-popup.h"
+#include "ephy-gui.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-tabs-menu.h"
+#include "ephy-toolbar.h"
+#include "ephy-type-builtins.h"
#include "ephy-web-view.h"
+#include "ephy-zoom.h"
+#include "popup-commands.h"
+#include "window-commands.h"
-#include <string.h>
-#include <glib/gi18n.h>
+#include <gdk/gdkkeysyms.h>
#include <gio/gio.h>
+#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
+#include <string.h>
#include <webkit/webkit.h>
#ifdef HAVE_X11_XF86KEYSYM_H