summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-18 22:54:45 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-02-18 23:42:04 -0500
commitca6642deed762e07f1a145b21a4b31ae821ac9f2 (patch)
tree493b10d91fcf094e51cbf268de35cb3c47aac992 /gtk/gtkentry.c
parent3b3b63062d47d736296cf3540754952d0ea9788c (diff)
downloadgtk+-ca6642deed762e07f1a145b21a4b31ae821ac9f2.tar.gz
Drop some unnecessary includes
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 23b6868064..1c0798ff97 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -32,8 +32,6 @@
#include "gtkaccessibleprivate.h"
#include "gtkadjustment.h"
-#include "gtkbox.h"
-#include "gtkbutton.h"
#include "deprecated/gtkcelleditable.h"
#include "gtkdebug.h"
#include "gtkeditable.h"
@@ -41,25 +39,19 @@
#include "gtkemojicompletion.h"
#include "gtkentrybuffer.h"
#include "gtkgesturedrag.h"
-#include "gtkimageprivate.h"
-#include "gtkimcontextsimple.h"
#include <glib/gi18n-lib.h>
#include "gtklabel.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkpangoprivate.h"
-#include "gtkpopover.h"
#include "gtkprivate.h"
#include "gtkprogressbar.h"
-#include "gtksettings.h"
#include "gtksnapshot.h"
#include "gtktextprivate.h"
-#include "gtktexthandleprivate.h"
#include "gtktextutilprivate.h"
#include "gtktooltip.h"
#include "gtktypebuiltins.h"
#include "gtkwidgetprivate.h"
-#include "gtkwindow.h"
#include "gtknative.h"
#include "gtkgestureclick.h"
#include "gtkdragsourceprivate.h"