[gtk+] gtktextattributes: include the right headers



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]