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

@ -27,7 +27,6 @@
#endif
#include <gio/gio.h>
#include <gtk/gtk.h>
#include <clutter/clutter.h>
#include <st/st-types.h>

View File

@ -22,8 +22,6 @@
#ifndef __ST_THEME_NODE_PRIVATE_H__
#define __ST_THEME_NODE_PRIVATE_H__
#include <gdk/gdk.h>
#include "st-theme-node.h"
#include "croco/libcroco.h"
#include "st-types.h"

View File

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

View File

@ -28,6 +28,8 @@
#include <meta-test/meta-context-test.h>
#include <meta/meta-backend.h>
#include <gtk/gtk.h>
static ClutterActor *stage;
static StThemeNode *root;
static StThemeNode *group1;