summaryrefslogtreecommitdiff
path: root/gtk/gtkpasswordentry.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/gtkpasswordentry.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/gtkpasswordentry.c')
-rw-r--r--gtk/gtkpasswordentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpasswordentry.c b/gtk/gtkpasswordentry.c
index 36b2a187ec..28ea5f24e7 100644
--- a/gtk/gtkpasswordentry.c
+++ b/gtk/gtkpasswordentry.c
@@ -35,7 +35,7 @@
#include "gtkprivate.h"
#include "gtkwidgetprivate.h"
#include "gtkcsspositionvalueprivate.h"
-#include "gtkstylecontextprivate.h"
+#include "gtkcssnodeprivate.h"
/**