summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-01-21 11:01:32 +0100
committerTimm Bäder <mail@baedert.org>2018-01-21 11:01:32 +0100
commitd6c2ef3b712053279fe58d306d13d55c5775d4a0 (patch)
treec55283ce8f76c62f5b23e995917722dae90bf319 /gtk
parente22990302a050fa5b037a3e21ccaa1c130b59fbb (diff)
downloadgtk+-d6c2ef3b712053279fe58d306d13d55c5775d4a0.tar.gz
combobox: Remove some unneeded includes
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkcombobox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index c7f834dfdc..daf95a5a04 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -25,7 +25,6 @@
#include "gtkcelllayout.h"
#include "gtkcellrenderertext.h"
#include "gtkcellview.h"
-#include "gtkcontainerprivate.h"
#include "gtkframe.h"
#include "gtkiconprivate.h"
#include "gtkbox.h"
@@ -34,8 +33,6 @@
#include "gtkmenuprivate.h"
#include "gtkmenushellprivate.h"
#include "gtktogglebutton.h"
-#include "gtkwidgetpath.h"
-#include "gtkwidgetprivate.h"
#include "gtktypebuiltins.h"
#include "gtkprivate.h"
#include "gtkcomboboxprivate.h"
@@ -48,7 +45,6 @@
#include "gtkmarshalers.h"
#include "gtkintl.h"
-#include "gtkentryprivate.h"
#include "a11y/gtkcomboboxaccessible.h"