diff options
author | emersion <contact@emersion.fr> | 2018-09-28 11:17:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 11:17:39 +0200 |
commit | 132f08175d7d6bb8acb00c92767f227fd51e284c (patch) | |
tree | 5286561d5bd973a49367ff4c087db229b25da924 /xwayland | |
parent | 19f3804548a37582f65cb4279545564dad0ec0d1 (diff) | |
parent | ae7c3f3d1c56c24dfe0d127a085f3c4647ba4cd4 (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.c | 1 |
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" |