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 <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2019-10-04 17:02:55 +03:00
parent 4f5e360180
commit 7b679772e3

View 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>