[mutter/wip/carlosg/crossings: 11/11] wayland: Drop needless includes




commit 17afb88a0cb606a02d4015e9accebd56fabbacd8
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Dec 23 12:35:51 2020 +0100

    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>

 src/wayland/meta-wayland-pointer-constraints.c | 4 ----
 src/wayland/meta-wayland-tablet-seat.c         | 4 ----
 2 files changed, 8 deletions(-)
---
diff --git a/src/wayland/meta-wayland-pointer-constraints.c b/src/wayland/meta-wayland-pointer-constraints.c
index 3a8b8e095d..d7033e3ef6 100644
--- a/src/wayland/meta-wayland-pointer-constraints.c
+++ b/src/wayland/meta-wayland-pointer-constraints.c
@@ -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;
 
diff --git a/src/wayland/meta-wayland-tablet-seat.c b/src/wayland/meta-wayland-tablet-seat.c
index f091d4bf5a..846c30c035 100644
--- a/src/wayland/meta-wayland-tablet-seat.c
+++ b/src/wayland/meta-wayland-tablet-seat.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]