summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-27 23:07:55 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-28 12:27:07 -0500
commit10d5705b70461576c6227d046132a71c5af9f80b (patch)
treef84f75814335e730dab1c3f053ef3ea390767c48 /gtk/gtkscale.c
parent2d0d5797358b624b8635b5f80089272f142bf096 (diff)
downloadgtk+-10d5705b70461576c6227d046132a71c5af9f80b.tar.gz
Reduce use of GtkStyleContext
Remove some unnecessary uses of GtkStyleContext where we can directly go to the GtkCssStyle, and and drop unnnecessary includes.
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r--gtk/gtkscale.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index b4c2490319..4a38c5d213 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -38,8 +38,6 @@
#include "gtkorientable.h"
#include "gtkprivate.h"
#include "gtkrangeprivate.h"
-#include "gtkstylecontextprivate.h"
-#include "gtkstylepropertyprivate.h"
#include "gtktypebuiltins.h"
#include "gtkwidgetprivate.h"