icontheme: Clean up includes
authorBenjamin Otte <otte@redhat.com>
Sun, 2 Feb 2020 00:13:27 +0000 (01:13 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 4 Feb 2020 15:43:59 +0000 (16:43 +0100)
gtk/gtkaboutdialog.c
gtk/gtkicontheme.h
gtk/gtkplacessidebar.c
gtk/gtktoolbutton.c

index a662612b47b380eae47e91f81b46ebf507e19aeb..dd16a1104b304145ec3df3266bf2859a521b6c1a 100644 (file)
@@ -61,6 +61,7 @@
 #include "gtkeventcontrollermotion.h"
 #include "gtkeventcontrollerkey.h"
 #include "gtkgestureclick.h"
+#include "gtkstylecontext.h"
 
 
 /**
index 55d85d6778f813d9a0f2fd3edf552d20d0ae50e6..2f98e44295cc431e23270075fd8b6f255a109cbb 100644 (file)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#include <gdk-pixbuf/gdk-pixbuf.h>
 #include <gdk/gdk.h>
-#include <gtk/gtkstylecontext.h>
-#include <gsk/gsk.h>
+#include <gtk/gtkenums.h>
 
 G_BEGIN_DECLS
 
index 82c6ddad83b84ec98df7333fc615357445988485..57883784aa5fcffb228e8a36895813152bc5b058 100644 (file)
@@ -66,6 +66,7 @@
 #include "gtkdragicon.h"
 #include "gtkwidgetpaintable.h"
 #include "gtkselectionprivate.h"
+#include "gtkstylecontext.h"
 
 /*< private >
  * SECTION:gtkplacessidebar
index 8cc681cf8fb61cc843c051bc02c9b5b237214c19..ed36b1878dc91ed81f0226fcba84ec618cea4457 100644 (file)
@@ -29,6 +29,7 @@
 #include "gtkicontheme.h"
 #include "gtkactionable.h"
 #include "gtkprivate.h"
+#include "gtkstylecontext.h"
 
 #include <string.h>