[epiphany] ephy-window: sort includes
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: sort includes
- Date: Sat, 3 Sep 2011 16:40:44 +0000 (UTC)
commit 37c1f487b4630d0d4f1f3fd9e505a7200a01acaa
Author: Xan Lopez <xlopez igalia com>
Date: Sat Sep 3 18:39:24 2011 +0200
ephy-window: sort includes
src/ephy-window.c | 56 ++++++++++++++++++++++++++--------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index ab6fb4e..d678e5d 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]