summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2010-07-17 01:08:30 +0200
committerMichael Stapelberg <michael@stapelberg.de>2010-07-17 01:08:30 +0200
commit6a52ba8beabbb26ebcd2716d4c2734cb7500a33d (patch)
treeec11790b57c23bd8f417cfecc00dfcefbdd7ff92 /i3lock.c
parent0777390a653bd5b8027afc55e219972c6175a1cb (diff)
err, xcb_image is not actually used
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/i3lock.c b/i3lock.c
index cafb681..0fa384c 100644
--- a/i3lock.c
+++ b/i3lock.c
@@ -14,7 +14,6 @@
#include <stdint.h>
#include <xcb/xcb.h>
#include <xcb/dpms.h>
-#include <xcb/xcb_image.h>
#include <xcb/xcb_keysyms.h>
#include <err.h>
#include <cairo.h>