remove double inclusion of <gtk/gtktexttag.h>.

2008-06-13  Michael Natterer  <mitch@imendio.com>

	* gtk/gtktexttagtable.h: remove double inclusion of
	<gtk/gtktexttag.h>.


svn path=/trunk/; revision=20374
This commit is contained in:
Michael Natterer 2008-06-13 14:04:52 +00:00 committed by Michael Natterer
parent 00bdd1fcce
commit 5036306b1d
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-06-13 Michael Natterer <mitch@imendio.com>
* gtk/gtktexttagtable.h: remove double inclusion of
<gtk/gtktexttag.h>.
2008-06-13 Michael Natterer <mitch@imendio.com>
* gtk/gtkaction.c (gtk_action_set_short_label): change type of

View File

@ -35,8 +35,6 @@
G_BEGIN_DECLS
#include <gtk/gtktexttag.h>
typedef void (* GtkTextTagTableForeach) (GtkTextTag *tag, gpointer data);
#define GTK_TYPE_TEXT_TAG_TABLE (gtk_text_tag_table_get_type ())