From 6a52ba8beabbb26ebcd2716d4c2734cb7500a33d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 17 Jul 2010 01:08:30 +0200 Subject: [PATCH] err, xcb_image is not actually used --- debian/control | 2 +- i3lock.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 436124d..204b750 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: extra Maintainer: Michael Stapelberg 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/ diff --git a/i3lock.c b/i3lock.c index cafb681..0fa384c 100644 --- a/i3lock.c +++ b/i3lock.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include