gtk+ r20678 - in trunk: . gtk



Author: mitch
Date: Tue Jun 24 09:55:08 2008
New Revision: 20678
URL: http://svn.gnome.org/viewvc/gtk+?rev=20678&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtktextutil.c
   trunk/gtk/gtktextutil.h

Modified: trunk/gtk/gtktextutil.c
==============================================================================
--- trunk/gtk/gtktextutil.c	(original)
+++ trunk/gtk/gtktextutil.c	Tue Jun 24 09:55:08 2008
@@ -25,8 +25,9 @@
  */
 
 #include "config.h"
-#include "gtktextutil.h"
+
 #include "gtktextview.h"
+#include "gtktextutil.h"
 
 #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
 

Modified: trunk/gtk/gtktextutil.h
==============================================================================
--- trunk/gtk/gtktextutil.h	(original)
+++ trunk/gtk/gtktextutil.h	Tue Jun 24 09:55:08 2008
@@ -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);
 



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