[epiphany] ephy-session: reorder includes



commit 505632ebe9d4fc2e7aeea56c84928bc99ac6e956
Author: Xan Lopez <xan igalia com>
Date:   Thu Dec 15 00:07:26 2011 +0100

    ephy-session: reorder includes

 src/ephy-session.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/src/ephy-session.c b/src/ephy-session.c
index fcfdfae..6567614 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
 {



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