[gnome-builder/wip/xml-indent] editor: move includes to where they are used.



commit d485512607b3a06d4c2f331c89d3b39f4195f4b4
Author: Christian Hergert <christian hergert me>
Date:   Thu Oct 16 22:20:17 2014 -0700

    editor: move includes to where they are used.

 src/editor/gb-editor-tab-private.h |    2 --
 src/editor/gb-editor-tab.c         |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/editor/gb-editor-tab-private.h b/src/editor/gb-editor-tab-private.h
index 73a85c9..f23a21b 100644
--- a/src/editor/gb-editor-tab-private.h
+++ b/src/editor/gb-editor-tab-private.h
@@ -29,8 +29,6 @@
 #include "gb-editor-vim.h"
 #include "gb-markdown-preview.h"
 #include "gb-notebook.h"
-#include "gb-source-auto-indenter.h"
-#include "gb-source-auto-indenter-c.h"
 #include "gb-source-change-monitor.h"
 #include "gb-source-search-highlighter.h"
 #include "gb-source-snippet-completion-provider.h"
diff --git a/src/editor/gb-editor-tab.c b/src/editor/gb-editor-tab.c
index f414a49..8bc9ee2 100644
--- a/src/editor/gb-editor-tab.c
+++ b/src/editor/gb-editor-tab.c
@@ -29,6 +29,8 @@
 #include "gb-gtk.h"
 #include "gb-log.h"
 #include "gb-rgba.h"
+#include "gb-source-auto-indenter.h"
+#include "gb-source-auto-indenter-c.h"
 #include "gb-source-change-gutter-renderer.h"
 #include "gb-source-highlight-menu.h"
 #include "gb-source-snippet.h"


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