[epiphany] ephy-bookmarks-import: sort headers



commit 40766798f3b0b2fefe5d3f122c4ebb92b48f481d
Author: Xan Lopez <xan igalia com>
Date:   Sun Mar 24 13:33:06 2013 +0100

    ephy-bookmarks-import: sort headers

 src/bookmarks/ephy-bookmarks-import.c |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c
index bde9a59..fb22bc5 100644
--- a/src/bookmarks/ephy-bookmarks-import.c
+++ b/src/bookmarks/ephy-bookmarks-import.c
@@ -20,20 +20,19 @@
  */
 
 #include "config.h"
+#include "ephy-bookmarks-import.h"
+
+#include "ephy-debug.h"
+#include "ephy-prefs.h"
+#include "ephy-settings.h"
 
-#include <glib.h>
 #include <gio/gio.h>
+#include <glib.h>
+#include <glib/gi18n.h>
 #include <libxml/HTMLtree.h>
 #include <libxml/xmlreader.h>
 #include <string.h>
 
-#include <glib/gi18n.h>
-
-#include "ephy-bookmarks-import.h"
-#include "ephy-debug.h"
-#include "ephy-prefs.h"
-#include "ephy-settings.h"
-
 /**
  * NSItemType: netscape bookmark item type
  */


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