[gtksourceview] Use GTK+ single includes
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Use GTK+ single includes
- Date: Fri, 12 Mar 2010 18:17:18 +0000 (UTC)
commit 5adad044464fc2c285f8f53ba198471eaae9b732
Author: Javier Jardón <jjardon gnome org>
Date: Fri Mar 12 19:10:58 2010 +0100
Use GTK+ single includes
Partially fixes https://bugzilla.gnome.org/show_bug.cgi?id=563786
gtksourceview/gtksourceengine.h | 2 +-
gtksourceview/gtksourceiter.h | 2 +-
gtksourceview/gtksourcemark.h | 1 -
gtksourceview/gtksourcestyle-private.h | 2 +-
gtksourceview/gtksourcestylescheme.h | 2 +-
gtksourceview/gtksourceview.h | 1 -
gtksourceview/gtktextregion.h | 2 +-
7 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/gtksourceview/gtksourceengine.h b/gtksourceview/gtksourceengine.h
index 2d95488..2768ffa 100644
--- a/gtksourceview/gtksourceengine.h
+++ b/gtksourceview/gtksourceengine.h
@@ -22,7 +22,7 @@
#ifndef __GTK_SOURCE_ENGINE_H__
#define __GTK_SOURCE_ENGINE_H__
-#include <gtk/gtktextbuffer.h>
+#include <gtk/gtk.h>
#include <gtksourceview/gtksourcestylescheme.h>
G_BEGIN_DECLS
diff --git a/gtksourceview/gtksourceiter.h b/gtksourceview/gtksourceiter.h
index 069febe..8fb6338 100644
--- a/gtksourceview/gtksourceiter.h
+++ b/gtksourceview/gtksourceiter.h
@@ -22,7 +22,7 @@
#ifndef __GTK_SOURCE_ITER_H__
#define __GTK_SOURCE_ITER_H__
-#include <gtk/gtktextiter.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/gtksourceview/gtksourcemark.h b/gtksourceview/gtksourcemark.h
index 7b33ed8..4c4f458 100644
--- a/gtksourceview/gtksourcemark.h
+++ b/gtksourceview/gtksourcemark.h
@@ -23,7 +23,6 @@
#define __GTKSOURCEMARK_H__
#include <gtk/gtk.h>
-#include <gtk/gtktextmark.h>
G_BEGIN_DECLS
diff --git a/gtksourceview/gtksourcestyle-private.h b/gtksourceview/gtksourcestyle-private.h
index 844468b..19bfe8a 100644
--- a/gtksourceview/gtksourcestyle-private.h
+++ b/gtksourceview/gtksourcestyle-private.h
@@ -22,7 +22,7 @@
#define __GTK_SOURCE_STYLE_PRIVATE_H__
#include "gtksourcestyle.h"
-#include <gtk/gtktexttag.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/gtksourceview/gtksourcestylescheme.h b/gtksourceview/gtksourcestylescheme.h
index 9b67bbf..20ad13c 100644
--- a/gtksourceview/gtksourcestylescheme.h
+++ b/gtksourceview/gtksourcestylescheme.h
@@ -21,7 +21,7 @@
#ifndef __GTK_SOURCE_STYLE_SCHEME_H__
#define __GTK_SOURCE_STYLE_SCHEME_H__
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
#include <gtksourceview/gtksourcestyle.h>
G_BEGIN_DECLS
diff --git a/gtksourceview/gtksourceview.h b/gtksourceview/gtksourceview.h
index b65c7dc..d83fefa 100644
--- a/gtksourceview/gtksourceview.h
+++ b/gtksourceview/gtksourceview.h
@@ -25,7 +25,6 @@
#define __GTK_SOURCE_VIEW_H__
#include <gtk/gtk.h>
-#include <gtk/gtktextview.h>
#include <gtksourceview/gtksourcebuffer.h>
#include <gtksourceview/gtksourcecompletion.h>
diff --git a/gtksourceview/gtktextregion.h b/gtksourceview/gtktextregion.h
index e361151..8f79471 100644
--- a/gtksourceview/gtktextregion.h
+++ b/gtksourceview/gtktextregion.h
@@ -24,7 +24,7 @@
#ifndef __GTK_TEXT_REGION_H__
#define __GTK_TEXT_REGION_H__
-#include <gtk/gtktextbuffer.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]