err, xcb_image is not actually used

pull/1/head
Michael Stapelberg 2010-07-17 01:08:30 +02:00
parent 0777390a65
commit 6a52ba8bea
2 changed files with 1 additions and 2 deletions

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: utils
Priority: extra
Maintainer: Michael Stapelberg <michael@stapelberg.de>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev
Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev
Standards-Version: 3.8.2
Homepage: http://i3.zekjur.net/i3lock/

View File

@ -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>