From 7b679772e3e00a5afe145829b65a888ecb2e9ada Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 4 Oct 2019 17:02:55 +0300 Subject: [PATCH] xwm: no need for compositor/weston.h The xwayland plugin (XWM) is a libweston plugin, so it has no business using Weston things. Luckily its not, this was just a left-over include. Remove it to reduce confusion. Signed-off-by: Pekka Paalanen --- xwayland/xwayland.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xwayland/xwayland.h b/xwayland/xwayland.h index a9b4829d..3ef0404f 100644 --- a/xwayland/xwayland.h +++ b/xwayland/xwayland.h @@ -31,7 +31,6 @@ #include #include -#include "compositor/weston.h" #include #include