xwm: no need for compositor/weston.h
authorPekka Paalanen <pekka.paalanen@collabora.com>
Fri, 4 Oct 2019 14:02:55 +0000 (17:02 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Fri, 4 Oct 2019 14:14:22 +0000 (17:14 +0300)
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 <pekka.paalanen@collabora.com>
xwayland/xwayland.h

index a9b4829dee5c8078dbbc0833726491904fa3b33d..3ef0404fe956b72d542c1ed9443a7ce628608ebe 100644 (file)
@@ -31,7 +31,6 @@
 #include <cairo/cairo-xcb.h>
 
 #include <libweston/libweston.h>
-#include "compositor/weston.h"
 #include <libweston/xwayland-api.h>
 #include <libweston/weston-log.h>