From b19b4ce1eca123804d8d87bd12e1ba98a5f09683 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 6 Mar 2012 22:01:54 +0100 Subject: ephy-bookmarks: reorder includes --- src/bookmarks/ephy-bookmarks.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 3c796b8d9..76e717d7f 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -20,26 +20,26 @@ */ #include "config.h" - #include "ephy-bookmarks.h" + +#include "ephy-bookmark-properties.h" +#include "ephy-bookmarks-export.h" +#include "ephy-bookmarks-import.h" #include "ephy-bookmarks-type-builtins.h" -#include "ephy-file-helpers.h" +#include "ephy-debug.h" #include "ephy-embed-shell.h" -#include "ephy-shell.h" +#include "ephy-file-helpers.h" #include "ephy-history.h" -#include "ephy-debug.h" -#include "ephy-tree-model-node.h" #include "ephy-node-common.h" -#include "ephy-bookmarks-export.h" -#include "ephy-bookmarks-import.h" -#include "ephy-bookmark-properties.h" #include "ephy-prefs.h" #include "ephy-settings.h" +#include "ephy-shell.h" #include "ephy-signal-accumulator.h" +#include "ephy-tree-model-node.h" -#include #include #include +#include #ifdef ENABLE_ZEROCONF #include -- cgit v1.2.3