st: Drop unnecessary gtk header includes

These have survived the code changes that made the
various GTK helpers and enums unused.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2655>
This commit is contained in:
Carlos Garnacho
2023-02-22 01:04:48 +01:00
committed by Marge Bot
parent def818fd31
commit bb54a32d1c
4 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,6 @@
#include <glib-object.h>
#include <clutter/clutter.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS