[gtk+] gtktextattributes: include the right headers
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtktextattributes: include the right headers
- Date: Mon, 1 Apr 2013 19:13:42 +0000 (UTC)
commit 3a8f70dd1e6a8ec27f39893b76cdc661dbc1b816
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Mar 29 14:09:06 2013 +0100
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
gtk/gtktextattributes.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtktextattributes.c b/gtk/gtktextattributes.c
index d9bb885..363c469 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]