summaryrefslogtreecommitdiff
path: root/gtk/gtkentryprivate.h
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/gtkentryprivate.h
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/gtkentryprivate.h')
-rw-r--r--gtk/gtkentryprivate.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h
index f4be18d0e6..0d1e8494e7 100644
--- a/gtk/gtkentryprivate.h
+++ b/gtk/gtkentryprivate.h
@@ -18,13 +18,13 @@
#ifndef __GTK_ENTRY_PRIVATE_H__
#define __GTK_ENTRY_PRIVATE_H__
-#include <gtk/gtktreeviewcolumn.h>
-#include <gtk/gtktreemodelfilter.h>
-#include <gtk/gtkliststore.h>
-#include <gtk/gtkentrycompletion.h>
-#include <gtk/gtkentry.h>
-#include <gtk/gtkspinbutton.h>
-#include <gtk/gtkeventcontrollermotion.h>
+#include "gtkentry.h"
+
+#include "gtkentrycompletion.h"
+#include "gtkeventcontrollermotion.h"
+#include "gtkliststore.h"
+#include "gtktreemodelfilter.h"
+#include "gtktreeviewcolumn.h"
G_BEGIN_DECLS