summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-03-15 22:35:07 +0100
committerBenjamin Otte <otte@redhat.com>2019-03-19 08:49:15 +0100
commit85c8e29d78413bb863f6e3f020dfd00079eb42ea (patch)
tree033b32165c3f71b16a6bd95dda451f205732528a
parent8fb797866dbc3316f5f9a47839b40912a8524321 (diff)
downloadgtk+-85c8e29d78413bb863f6e3f020dfd00079eb42ea.tar.gz
stylecontext: Move atk.h include where it belongs
-rw-r--r--gtk/gtkstylecontext.h1
-rw-r--r--gtk/gtkstylecontextprivate.h2
2 files changed, 2 insertions, 1 deletions
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);