[gtk] stylecontext: Move atk.h include where it belongs



commit 85c8e29d78413bb863f6e3f020dfd00079eb42ea
Author: Benjamin Otte <otte redhat com>
Date:   Fri Mar 15 22:35:07 2019 +0100

    stylecontext: Move atk.h include where it belongs

 gtk/gtkstylecontext.h        | 1 -
 gtk/gtkstylecontextprivate.h | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 0f349ff368..13de1f1035 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -26,7 +26,6 @@
 #include <gtk/gtkcsssection.h>
 #include <gtk/gtkstyleprovider.h>
 #include <gtk/gtktypes.h>
-#include <atk/atk.h>
 
 G_BEGIN_DECLS
 
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index 3973215abb..81a2e2e3f1 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -26,6 +26,8 @@
 #include "gtkbitmaskprivate.h"
 #include "gtkcssvalueprivate.h"
 
+#include <atk/atk.h>
+
 G_BEGIN_DECLS
 
 GtkStyleContext *gtk_style_context_new_for_node              (GtkCssNode      *node);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]