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
This commit is contained in:
Michael Natterer 2008-06-24 09:55:08 +00:00 committed by Michael Natterer
parent 2f1e92ad59
commit 7146dd12e5
3 changed files with 12 additions and 10 deletions

View File

@ -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.

View File

@ -25,8 +25,9 @@
*/
#include "config.h"
#include "gtktextutil.h"
#include "gtktextview.h"
#include "gtktextutil.h"
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API

View File

@ -27,17 +27,12 @@
#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);