diff options
author | Timm Bäder <mail@baedert.org> | 2020-10-11 11:51:19 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-14 15:06:12 -0400 |
commit | eca3eab96fc5edd6cd3e16c7f14961ae9e4ec739 (patch) | |
tree | d122a4f7acf4cd70399f2490d17f23b1a783fed9 /gtk/gtkfilechooserdialog.c | |
parent | 2bcef7f03058dac7cbac59af152271d8c43ad1ef (diff) | |
download | gtk+-eca3eab96fc5edd6cd3e16c7f14961ae9e4ec739.tar.gz |
Remove unneeded gtkstylecontext.h includes
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r-- | gtk/gtkfilechooserdialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 4db5c024a1..6cff44ec93 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -30,7 +30,6 @@ #include "gtkintl.h" #include "gtksettings.h" #include "gtktogglebutton.h" -#include "gtkstylecontext.h" #include "gtkheaderbar.h" #include "gtkdialogprivate.h" #include "gtklabel.h" |