]> Pileus Git - ~andy/gtk/commitdiff
remove includes from this internal header.
authorMichael Natterer <mitch@imendio.com>
Tue, 24 Jun 2008 09:55:08 +0000 (09:55 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 24 Jun 2008 09:55:08 +0000 (09:55 +0000)
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

ChangeLog
gtk/gtktextutil.c
gtk/gtktextutil.h

index 03ca2ae43cf16cfe3d14cb6bd035a837fc128699..12e5378863c3b8e101560f751a4cb8e69ee089d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2008-06-23  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkinvisible.h: formatting.
index 32e5cb649614af457f3568b0da4fb2b1afad894e..0afeeb43ad2eb60021330b07836d7ab0d327f120 100644 (file)
@@ -25,8 +25,9 @@
  */
 
 #include "config.h"
-#include "gtktextutil.h"
+
 #include "gtktextview.h"
+#include "gtktextutil.h"
 
 #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
 
index 5b3070b2127800ea9c83c7ef785453f363dcd466..8b346520bfc4699b463747e78ddf094c9d2fd826 100644 (file)
  * 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);