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:
parent
4f5e360180
commit
7b679772e3
|
@ -31,7 +31,6 @@
|
||||||
#include <cairo/cairo-xcb.h>
|
#include <cairo/cairo-xcb.h>
|
||||||
|
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
#include "compositor/weston.h"
|
|
||||||
#include <libweston/xwayland-api.h>
|
#include <libweston/xwayland-api.h>
|
||||||
#include <libweston/weston-log.h>
|
#include <libweston/weston-log.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue