[epiphany] ephy-session.c: sort headers



commit 409e5e56f91eec5c4dcae54031b5775938570ef1
Author: Xan Lopez <xan gnome org>
Date:   Wed Aug 12 08:03:13 2009 +0300

    ephy-session.c: sort headers

 src/ephy-session.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/src/ephy-session.c b/src/ephy-session.c
index df7aaf9..1a71e61 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -23,27 +23,26 @@
 
 #include "ephy-session.h"
 
+#include "eggdesktopfile.h"
+#include "eggsmclient.h"
+#include "ephy-bookmarks-editor.h"
+#include "ephy-debug.h"
 #include "ephy-embed.h"
 #include "ephy-embed-utils.h"
 #include "ephy-embed-container.h"
 #include "ephy-extension.h"
-#include "ephy-window.h"
-#include "ephy-shell.h"
-#include "ephy-history-window.h"
-#include "ephy-bookmarks-editor.h"
 #include "ephy-file-helpers.h"
 #include "eel-gconf-extensions.h"
-#include "ephy-prefs.h"
-#include "ephy-gui.h"
-#include "ephy-debug.h"
-#include "ephy-stock-icons.h"
 #include "ephy-glib-compat.h"
+#include "ephy-gui.h"
+#include "ephy-history-window.h"
 #include "ephy-notebook.h"
-#include "eggdesktopfile.h"
-#include "eggsmclient.h"
+#include "ephy-prefs.h"
+#include "ephy-shell.h"
+#include "ephy-stock-icons.h"
+#include "ephy-window.h"
 
 #include <glib/gi18n.h>
-#include <gio/gio.h>
 #include <gtk/gtk.h>
 
 #include <libxml/tree.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]