From ae7c3f3d1c56c24dfe0d127a085f3c4647ba4cd4 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 28 Sep 2018 11:47:50 +0300 Subject: 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. --- xwayland/xwm.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include #include "util/signal.h" #include "xwayland/xwm.h" -- cgit v1.2.3