summaryrefslogtreecommitdiff
path: root/gtk/gtktextutil.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-24 09:55:08 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-24 09:55:08 +0000
commit7146dd12e59036be498b3d5777d71ec8f175136b (patch)
tree5c798d950a36b51fba690b5950691b6a14a9cbcb /gtk/gtktextutil.h
parent2f1e92ad59b6158e27e40fa8b4a7d88490f785a0 (diff)
downloadgtk+-7146dd12e59036be498b3d5777d71ec8f175136b.tar.gz
remove includes from this internal header.
2008-06-24 Michael Natterer <mitch@imendio.com> * gtk/gtktextutil.h: remove includes from this internal header. * gtk/gtktextutil.c: include gtktextbuffer.h before gtktextutil.h. svn path=/trunk/; revision=20678
Diffstat (limited to 'gtk/gtktextutil.h')
-rw-r--r--gtk/gtktextutil.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h
index 5b3070b212..8b346520bf 100644
--- a/gtk/gtktextutil.h
+++ b/gtk/gtktextutil.h
@@ -21,23 +21,18 @@
* Modified by the GTK+ Team and others 1997-2001. See the AUTHORS
* file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#ifndef __GTK_TEXT_UTIL_H__
#define __GTK_TEXT_UTIL_H__
-
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkmenushell.h>
-#include <gtk/gtkeditable.h>
-#include <gtk/gtktextbuffer.h>
-
-
G_BEGIN_DECLS
+/* This is a private uninstalled header shared between
+ * GtkTextView and GtkEntry
+ */
-/* This is a private uninstalled header shared between GtkTextView and GtkEntry */
typedef void (* GtkTextUtilCharChosenFunc) (const char *text,
gpointer data);