summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-03-16 04:48:26 +0100
committerBenjamin Otte <otte@redhat.com>2019-03-19 08:53:25 +0100
commita44ac75e652f5c33d93c841868af3b7218b54510 (patch)
treea094abc9d049368b04c5875c96496b00a6bef694 /gtk/gtkbutton.c
parent85c8e29d78413bb863f6e3f020dfd00079eb42ea (diff)
downloadgtk+-a44ac75e652f5c33d93c841868af3b7218b54510.tar.gz
gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h
And make sure it's included everywhere it's needed.
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r--gtk/gtkbutton.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 6b2346cdba..8414bec0e3 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -66,6 +66,7 @@
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkprivate.h"
+#include "gtkstylecontext.h"
#include "gtktypebuiltins.h"
#include "a11y/gtkbuttonaccessible.h"