aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-session.c')
-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>