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/gtkfontbutton.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/gtkfontbutton.c')
-rw-r--r-- | gtk/gtkfontbutton.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 3d87ffb103..6e12768c2f 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -29,21 +29,20 @@ #include "gtkfontbutton.h" -#include "gtkmain.h" #include "gtkbox.h" -#include "gtklabel.h" +#include "gtkcssprovider.h" #include "gtkfontchooser.h" #include "gtkfontchooserdialog.h" -#include "gtkimage.h" +#include "gtkfontchooserutils.h" +#include "gtkintl.h" +#include "gtklabel.h" #include "gtkmarshalers.h" -#include "gtkseparator.h" #include "gtkprivate.h" -#include "gtkintl.h" -#include "gtkcssprovider.h" +#include "gtkseparator.h" +#include "gtkstylecontext.h" #include <string.h> #include <stdio.h> -#include "gtkfontchooserutils.h" /** |