diff options
author | Timm Bäder <mail@baedert.org> | 2018-01-21 11:01:32 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-01-21 11:01:32 +0100 |
commit | d6c2ef3b712053279fe58d306d13d55c5775d4a0 (patch) | |
tree | c55283ce8f76c62f5b23e995917722dae90bf319 /gtk | |
parent | e22990302a050fa5b037a3e21ccaa1c130b59fbb (diff) | |
download | gtk+-d6c2ef3b712053279fe58d306d13d55c5775d4a0.tar.gz |
combobox: Remove some unneeded includes
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcombobox.c | 4 |
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" |