aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorArkadiusz Hiler <arek@hiler.eu>2018-09-28 11:47:50 +0300
committerArkadiusz Hiler <arek@hiler.eu>2018-09-28 11:47:50 +0300
commitae7c3f3d1c56c24dfe0d127a085f3c4647ba4cd4 (patch)
tree5286561d5bd973a49367ff4c087db229b25da924 /xwayland
parent19f3804548a37582f65cb4279545564dad0ec0d1 (diff)
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.
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/xwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index c05c650d..1fb6f331 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -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"