summaryrefslogtreecommitdiff
path: root/gtk/gtktextattributes.c
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2013-03-29 14:09:06 +0100
committerSébastien Wilmet <swilmet@gnome.org>2013-04-01 21:12:49 +0200
commit3a8f70dd1e6a8ec27f39893b76cdc661dbc1b816 (patch)
tree918cfed6215734d3109e295234125886e012e570 /gtk/gtktextattributes.c
parentfd84704d94c93d963103ab2ba033285fe65b5faa (diff)
downloadgtk+-3a8f70dd1e6a8ec27f39893b76cdc661dbc1b816.tar.gz
gtktextattributes: include the right headers
Some function prototypes in gtktexttagprivate.h are implemented in gtktextattributes.c. https://bugzilla.gnome.org/show_bug.cgi?id=697048
Diffstat (limited to 'gtk/gtktextattributes.c')
-rw-r--r--gtk/gtktextattributes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtktextattributes.c b/gtk/gtktextattributes.c
index d9bb885644..363c4699ca 100644
--- a/gtk/gtktextattributes.c
+++ b/gtk/gtktextattributes.c
@@ -50,9 +50,7 @@
#include "config.h"
#include "gtktextattributes.h"
-
-#include "gtktexttag.h"
-#include "gtktexttypes.h"
+#include "gtktexttagprivate.h"
/**
* gtk_text_attributes_new: