diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-16 04:48:26 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-19 08:53:25 +0100 |
commit | a44ac75e652f5c33d93c841868af3b7218b54510 (patch) | |
tree | a094abc9d049368b04c5875c96496b00a6bef694 /gtk/gtkbutton.c | |
parent | 85c8e29d78413bb863f6e3f020dfd00079eb42ea (diff) | |
download | gtk+-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.c | 1 |
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" |