[epiphany] ephy-bookmarks: reorder includes
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-bookmarks: reorder includes
- Date: Tue, 6 Mar 2012 21:25:48 +0000 (UTC)
commit b19b4ce1eca123804d8d87bd12e1ba98a5f09683
Author: Xan Lopez <xan igalia com>
Date: Tue Mar 6 22:01:54 2012 +0100
ephy-bookmarks: reorder includes
src/bookmarks/ephy-bookmarks.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 3c796b8..76e717d 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 <string.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#include <string.h>
#ifdef ENABLE_ZEROCONF
#include <avahi-common/error.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]