mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
wayland: Drop needless includes
These includes are now unused, no need to make it look as if we still had layering breaks here. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1654>
This commit is contained in:
parent
ad3f2b0b86
commit
17afb88a0c
@ -44,10 +44,6 @@
|
||||
|
||||
#include "pointer-constraints-unstable-v1-server-protocol.h"
|
||||
|
||||
#ifdef HAVE_NATIVE_BACKEND
|
||||
#include "backends/native/meta-backend-native.h"
|
||||
#endif
|
||||
|
||||
static GQuark quark_pending_constraint_state = 0;
|
||||
static GQuark quark_surface_pointer_constraints_data = 0;
|
||||
|
||||
|
@ -32,10 +32,6 @@
|
||||
#include "wayland/meta-wayland-tablet-tool.h"
|
||||
#include "wayland/meta-wayland-tablet.h"
|
||||
|
||||
#ifdef HAVE_NATIVE_BACKEND
|
||||
#include "backends/native/meta-backend-native.h"
|
||||
#endif
|
||||
|
||||
#include "tablet-unstable-v2-server-protocol.h"
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user