shell: 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:

committed by
Marge Bot

parent
bb54a32d1c
commit
32eff6bbde
@ -3,7 +3,6 @@
|
||||
#define __SHELL_STACK_H__
|
||||
|
||||
#include "st.h"
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#define SHELL_TYPE_STACK (shell_stack_get_type ())
|
||||
G_DECLARE_FINAL_TYPE (ShellStack, shell_stack, SHELL, STACK, StWidget)
|
||||
|
Reference in New Issue
Block a user