diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-24 20:33:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-24 20:33:06 +0800 |
commit | 40766798f3b0b2fefe5d3f122c4ebb92b48f481d (patch) | |
tree | 074ac543ad11965fc866178ff0daae1244bdcb72 | |
parent | d7cc95002a3ea0e6e33117677b0c64f4457f367e (diff) | |
download | gsoc2013-epiphany-40766798f3b0b2fefe5d3f122c4ebb92b48f481d.tar gsoc2013-epiphany-40766798f3b0b2fefe5d3f122c4ebb92b48f481d.tar.gz gsoc2013-epiphany-40766798f3b0b2fefe5d3f122c4ebb92b48f481d.tar.bz2 gsoc2013-epiphany-40766798f3b0b2fefe5d3f122c4ebb92b48f481d.tar.lz gsoc2013-epiphany-40766798f3b0b2fefe5d3f122c4ebb92b48f481d.tar.xz gsoc2013-epiphany-40766798f3b0b2fefe5d3f122c4ebb92b48f481d.tar.zst gsoc2013-epiphany-40766798f3b0b2fefe5d3f122c4ebb92b48f481d.zip |
ephy-bookmarks-import: sort headers
-rw-r--r-- | 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 bde9a597d..fb22bc59b 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 */ |