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/gtkorientable.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/gtkorientable.c')
-rw-r--r-- | gtk/gtkorientable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkorientable.c b/gtk/gtkorientable.c index 9612e544e5..70b8e60ff7 100644 --- a/gtk/gtkorientable.c +++ b/gtk/gtkorientable.c @@ -22,7 +22,9 @@ #include "config.h" #include "gtkorientableprivate.h" + #include "gtkprivate.h" +#include "gtkstylecontext.h" #include "gtktypebuiltins.h" #include "gtkintl.h" |