aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-09-28 11:17:39 +0200
committerGitHub <noreply@github.com>2018-09-28 11:17:39 +0200
commit132f08175d7d6bb8acb00c92767f227fd51e284c (patch)
tree5286561d5bd973a49367ff4c087db229b25da924 /xwayland
parent19f3804548a37582f65cb4279545564dad0ec0d1 (diff)
parentae7c3f3d1c56c24dfe0d127a085f3c4647ba4cd4 (diff)
Merge pull request #1269 from ivyl/remove_xcb_image
xwayland/xwm: Stop including xcb_image.h
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"