aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-08-12 13:03:13 +0800
committerXan Lopez <xan@gnome.org>2009-08-12 13:08:44 +0800
commit409e5e56f91eec5c4dcae54031b5775938570ef1 (patch)
tree7c25c1785f17659bd59342411c69d6ea3eb9fe5a /src
parent72eaee90d3827787fe7b0e92f0c3a11ee923d373 (diff)
downloadgsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar
gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar.gz
gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar.bz2
gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar.lz
gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar.xz
gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.tar.zst
gsoc2013-epiphany-409e5e56f91eec5c4dcae54031b5775938570ef1.zip
ephy-session.c: sort headers
Diffstat (limited to 'src')
-rw-r--r--src/ephy-session.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c
index df7aaf9af..1a71e61b8 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>