diff options
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 68776dde6c..0b18c42779 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -17,37 +17,35 @@ #include "config.h" -#include "gtkcombobox.h" +#include "gtkcomboboxprivate.h" -#include "gtkcellareabox.h" -#include "gtktreemenu.h" #include "gtkbindings.h" +#include "gtkbox.h" +#include "gtkcellareabox.h" #include "gtkcelllayout.h" #include "gtkcellrenderertext.h" #include "gtkcellview.h" +#include "gtkeventcontrollerscroll.h" #include "gtkframe.h" #include "gtkiconprivate.h" -#include "gtkbox.h" +#include "gtkintl.h" #include "gtkliststore.h" #include "gtkmain.h" +#include "gtkmarshalers.h" +#include "gtkmenuitem.h" #include "gtkmenuprivate.h" #include "gtkmenushellprivate.h" +#include "gtkprivate.h" #include "gtktogglebutton.h" +#include "gtktreemenu.h" #include "gtktypebuiltins.h" -#include "gtkprivate.h" -#include "gtkcomboboxprivate.h" -#include <gobject/gvaluecollector.h> +#include "a11y/gtkcomboboxaccessible.h" +#include <gobject/gvaluecollector.h> #include <string.h> #include <stdarg.h> -#include "gtkmarshalers.h" -#include "gtkintl.h" - -#include "a11y/gtkcomboboxaccessible.h" - - /** * SECTION:gtkcombobox * @Short_description: A widget used to choose from a list of items |