[gitg/wip/0.2-branch-for-review: 1/2] Add missing includes for newer gtksourceview



commit 914cb7d7164bdb7b5c8b7e6213da42bc75d2bc4f
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed Mar 27 17:34:32 2013 +0100

    Add missing includes for newer gtksourceview

 gitg/gitg-blame-renderer.h         |    1 +
 gitg/gitg-commit-view.c            |    3 +++
 gitg/gitg-diff-line-renderer.h     |    1 +
 gitg/gitg-diff-view.c              |    1 +
 gitg/gitg-revision-changes-panel.c |    1 +
 gitg/gitg-revision-files-panel.c   |    2 ++
 6 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-blame-renderer.h b/gitg/gitg-blame-renderer.h
index 412ac90..ac9f5f1 100644
--- a/gitg/gitg-blame-renderer.h
+++ b/gitg/gitg-blame-renderer.h
@@ -24,6 +24,7 @@
 #define __GITG_BLAME_RENDERER_H__
 
 #include <gtksourceview/gtksourceview.h>
+#include <gtksourceview/gtksourcegutterrenderer.h>
 
 G_BEGIN_DECLS
 
diff --git a/gitg/gitg-commit-view.c b/gitg/gitg-commit-view.c
index bda199e..c46d7c5 100644
--- a/gitg/gitg-commit-view.c
+++ b/gitg/gitg-commit-view.c
@@ -21,8 +21,11 @@
  */
 
 #include <gtksourceview/gtksourceview.h>
+#include <gtksourceview/gtksourcebuffer.h>
 #include <gtksourceview/gtksourcelanguagemanager.h>
+#include <gtksourceview/gtksourcemarkattributes.h>
 #include <gtksourceview/gtksourcestyleschememanager.h>
+#include <gtksourceview/gtksourcegutter.h>
 #include <gtksourceview/gtksourcegutterrendererpixbuf.h>
 #include <glib/gi18n.h>
 #include <string.h>
diff --git a/gitg/gitg-diff-line-renderer.h b/gitg/gitg-diff-line-renderer.h
index 1ffdad5..88681b5 100644
--- a/gitg/gitg-diff-line-renderer.h
+++ b/gitg/gitg-diff-line-renderer.h
@@ -24,6 +24,7 @@
 #define __GITG_DIFF_LINE_RENDERER_H__
 
 #include <gtksourceview/gtksourceview.h>
+#include <gtksourceview/gtksourcegutterrenderer.h>
 
 G_BEGIN_DECLS
 
diff --git a/gitg/gitg-diff-view.c b/gitg/gitg-diff-view.c
index 284a867..43520c3 100644
--- a/gitg/gitg-diff-view.c
+++ b/gitg/gitg-diff-view.c
@@ -24,6 +24,7 @@
 #include "gitg-diff-line-renderer.h"
 #include "gitg-utils.h"
 
+#include <gtksourceview/gtksourcegutter.h>
 #include <string.h>
 #include <stdlib.h>
 
diff --git a/gitg/gitg-revision-changes-panel.c b/gitg/gitg-revision-changes-panel.c
index 8706e57..aee5be7 100644
--- a/gitg/gitg-revision-changes-panel.c
+++ b/gitg/gitg-revision-changes-panel.c
@@ -1,6 +1,7 @@
 #include "gitg-revision-changes-panel.h"
 
 #include <gtksourceview/gtksourceview.h>
+#include <gtksourceview/gtksourcebuffer.h>
 #include <gtksourceview/gtksourcelanguagemanager.h>
 #include <gtksourceview/gtksourcestyleschememanager.h>
 #include <string.h>
diff --git a/gitg/gitg-revision-files-panel.c b/gitg/gitg-revision-files-panel.c
index 700362f..56d4e54 100644
--- a/gitg/gitg-revision-files-panel.c
+++ b/gitg/gitg-revision-files-panel.c
@@ -21,6 +21,8 @@
  */
 
 #include <gtksourceview/gtksourceview.h>
+#include <gtksourceview/gtksourcebuffer.h>
+#include <gtksourceview/gtksourcegutter.h>
 #include <gtksourceview/gtksourcelanguagemanager.h>
 #include <string.h>
 #include <glib/gi18n.h>


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