diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-09 22:23:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-09 23:03:36 -0400 |
commit | c8a332b3af521afa6fd0d2a10826865beccbbac1 (patch) | |
tree | 62d9b9127ec61edea31be5a4c0b7dab770a2a6a3 | |
parent | b5f7d5712469309744375511c28dd330b5f46998 (diff) | |
download | gtk+-c8a332b3af521afa6fd0d2a10826865beccbbac1.tar.gz |
searchentry: Drop an unused include
-rw-r--r-- | gtk/gtksearchentry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 870d5e901e..5b5b3b4d25 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -38,7 +38,6 @@ #include <glib/gi18n-lib.h> #include "gtkprivate.h" #include "gtkmarshalers.h" -#include "gtkstylecontext.h" #include "gtkeventcontrollerkey.h" #include "gtkwidgetprivate.h" |