summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutswindow.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-03-16 04:48:26 +0100
committerBenjamin Otte <otte@redhat.com>2019-03-19 08:53:25 +0100
commita44ac75e652f5c33d93c841868af3b7218b54510 (patch)
treea094abc9d049368b04c5875c96496b00a6bef694 /gtk/gtkshortcutswindow.c
parent85c8e29d78413bb863f6e3f020dfd00079eb42ea (diff)
downloadgtk+-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/gtkshortcutswindow.c')
-rw-r--r--gtk/gtkshortcutswindow.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c
index 77f7d297e7..1728736541 100644
--- a/gtk/gtkshortcutswindow.c
+++ b/gtk/gtkshortcutswindow.c
@@ -22,11 +22,13 @@
#include "gtkbindings.h"
#include "gtkbox.h"
+#include "gtkeventcontrollerkey.h"
#include "gtkgrid.h"
#include "gtkheaderbar.h"
#include "gtkintl.h"
#include "gtklabel.h"
#include "gtklistbox.h"
+#include "gtkmain.h"
#include "gtkmenubutton.h"
#include "gtkpopover.h"
#include "gtkprivate.h"
@@ -38,13 +40,10 @@
#include "gtkshortcutsshortcutprivate.h"
#include "gtksizegroup.h"
#include "gtkstack.h"
+#include "gtkstylecontext.h"
#include "gtktogglebutton.h"
#include "gtktypebuiltins.h"
#include "gtkwidgetprivate.h"
-#include "gtkeventcontrollerkey.h"
-#include "gtkprivate.h"
-#include "gtkintl.h"
-#include "gtkmain.h"
/**
* SECTION:gtkshortcutswindow