Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
xwayland/xwm: Stop including xcb_image.h
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivyl committed Sep 28, 2018
1 parent 19f3804 commit ae7c3f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xwayland/xwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae7c3f3

Please sign in to comment.