xwayland/xwm: Stop including xcb_image.h

It's not used (XCB_IMAGE_FORMAT_Z_PIXMAP comes from xproto.h) and we
don't even have a pkg-config dependency on xcb-image, making the build
to fail on that inclusion on systems without the package.
This commit is contained in:
Arkadiusz Hiler 2018-09-28 11:47:50 +03:00
parent 19f3804548
commit ae7c3f3d1c
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#include <wlr/xwayland.h>
#include <xcb/composite.h>
#include <xcb/render.h>
#include <xcb/xcb_image.h>
#include <xcb/xfixes.h>
#include "util/signal.h"
#include "xwayland/xwm.h"