mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 08:58:08 +02:00
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:
parent
cda1488ce0
commit
e04159b238
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue