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




commit 58d7ee269b7bd692b5d5f81490dcf9965972ce4d
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.

 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]