diff options
Diffstat (limited to 'src/bookmarks')
-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 */ |