summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-02-08 14:39:45 +0100
committerBenjamin Otte <otte@redhat.com>2018-02-08 15:25:53 +0100
commitf08bc40fbb1afad9b538b065079a7766c44dc30a (patch)
treef95f8cb27b672024f6415bf7cf685f6ce30d7fbc /gtk/gtkentry.c
parent453a50dc95945430d0a4e3c4b40417854fdcce29 (diff)
downloadgtk+-f08bc40fbb1afad9b538b065079a7766c44dc30a.tar.gz
a11y: Don't include gtk.h
Also add missing includes and sort them for all the widgets that relied on that before.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c43
1 files changed, 24 insertions, 19 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index e4699417aa..f943193761 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -28,51 +28,56 @@
#include "config.h"
-#include <string.h>
-
-#include <cairo-gobject.h>
+#include "gtkentryprivate.h"
+#include "gtkadjustment.h"
#include "gtkbindings.h"
+#include "gtkbox.h"
+#include "gtkbutton.h"
#include "gtkcelleditable.h"
+#include "gtkcelllayout.h"
+#include "gtkcssnodeprivate.h"
#include "gtkdebug.h"
#include "gtkdnd.h"
#include "gtkdndprivate.h"
-#include "gtkentry.h"
+#include "gtkemojichooser.h"
#include "gtkentrybuffer.h"
+#include "gtkgesturedrag.h"
+#include "gtkgesturemultipress.h"
+#include "gtkgesturesingle.h"
+#include "gtkimageprivate.h"
#include "gtkimcontextsimple.h"
#include "gtkimmulticontext.h"
#include "gtkintl.h"
#include "gtklabel.h"
+#include "gtkmagnifierprivate.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkmenu.h"
#include "gtkmenuitem.h"
#include "gtkpango.h"
+#include "gtkpopover.h"
+#include "gtkprivate.h"
+#include "gtkprogressbar.h"
#include "gtkseparatormenuitem.h"
#include "gtkselection.h"
#include "gtksettings.h"
+#include "gtksnapshot.h"
+#include "gtkstylecontextprivate.h"
+#include "gtktexthandleprivate.h"
#include "gtktextutil.h"
-#include "gtkwindow.h"
-#include "gtktreeview.h"
+#include "gtktooltip.h"
#include "gtktreeselection.h"
+#include "gtktreeview.h"
#include "gtktypebuiltins.h"
-#include "gtkprivate.h"
-#include "gtkentryprivate.h"
-#include "gtkcelllayout.h"
-#include "gtktooltip.h"
-#include "gtkicontheme.h"
#include "gtkwidgetprivate.h"
-#include "gtkstylecontextprivate.h"
-#include "gtktexthandleprivate.h"
-#include "gtkpopover.h"
-#include "gtktoolbar.h"
-#include "gtkmagnifierprivate.h"
-#include "gtkcssnodeprivate.h"
-#include "gtkimageprivate.h"
-#include "gtkemojichooser.h"
+#include "gtkwindow.h"
#include "a11y/gtkentryaccessible.h"
+#include <cairo-gobject.h>
+#include <string.h>
+
#include "fallback-c89.c"
/**