summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2011-12-15 00:07:26 +0100
committerXan Lopez <xan@igalia.com>2011-12-15 00:07:26 +0100
commit505632ebe9d4fc2e7aeea56c84928bc99ac6e956 (patch)
tree383029fd6df0d4302b3f518c3a3be772bb8b01e1
parent073198241b457925f4d2cc26787f0023aaa0a42c (diff)
downloadepiphany-505632ebe9d4fc2e7aeea56c84928bc99ac6e956.tar.gz
ephy-session: reorder includes
-rw-r--r--src/ephy-session.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c
index fcfdfae33..6567614c5 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -20,16 +20,15 @@
*/
#include "config.h"
-
#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-embed-utils.h"
+#include "ephy-embed.h"
#include "ephy-extension.h"
#include "ephy-file-helpers.h"
#include "ephy-gui.h"
@@ -41,15 +40,13 @@
#include "ephy-stock-icons.h"
#include "ephy-window.h"
+#include <errno.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-
#include <libxml/tree.h>
#include <libxml/xmlwriter.h>
-
-#include <errno.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
typedef struct
{