Merge pull request #1269 from ivyl/remove_xcb_image

xwayland/xwm: Stop including xcb_image.h
This commit is contained in:
emersion 2018-09-28 11:17:39 +02:00 committed by GitHub
commit 132f08175d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"