xwayland: do not include weston.h

weston.h is a Weston frontend header, while this is a libweston plugin. A
libweston plugin cannot depend on Weston. Luckily the header is not actually
needed.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2019-04-04 15:54:07 +03:00
parent cda1488ce0
commit e04159b238

View file

@ -40,7 +40,6 @@
#include <libweston/xwayland-api.h>
#include "shared/helpers.h"
#include "shared/string-helpers.h"
#include "compositor/weston.h"
static int
weston_xserver_handle_event(int listen_fd, uint32_t mask, void *data)