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:
parent
bb54a32d1c
commit
32eff6bbde
@ -7,8 +7,6 @@
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
#include <meta/display.h>
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <locale.h>
|
||||
|
||||
#include <X11/extensions/Xfixes.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include <gio/gio.h>
|
||||
#include <girepository.h>
|
||||
#include <meta/meta-backend.h>
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <clutter/clutter.h>
|
||||
#include <glib-object.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <meta/meta-plugin.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -3,7 +3,6 @@
|
||||
#define __SHELL_GLSL_EFFECT_H__
|
||||
|
||||
#include "st.h"
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
/**
|
||||
* ShellSnippetHook:
|
||||
|
@ -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)
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "shell-app-cache-private.h"
|
||||
#include "shell-util.h"
|
||||
#include <glib/gi18n-lib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <meta/display.h>
|
||||
#include <meta/meta-x11-display.h>
|
||||
|
Loading…
Reference in New Issue
Block a user