aboutsummaryrefslogtreecommitdiff
path: root/dinput.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-06-24 17:44:35 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-06-24 17:44:35 +0100
commit4508fd2c4ee3171bdc1bffb7e53ecda8290292ef (patch)
treee86bbdfc4e1cc93fe5906ef204bf970d389c3df2 /dinput.c
parent723361fa124aa666d637e3fc9f5df1210a9e02b4 (diff)
downloaddmenu-4508fd2c4ee3171bdc1bffb7e53ecda8290292ef.tar.gz
dmenu-4508fd2c4ee3171bdc1bffb7e53ecda8290292ef.tar.bz2
dmenu-4508fd2c4ee3171bdc1bffb7e53ecda8290292ef.zip
moved draw.c to libdraw.a
Diffstat (limited to 'dinput.c')
-rw-r--r--dinput.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dinput.c b/dinput.c
index cd13b1d..283b018 100644
--- a/dinput.c
+++ b/dinput.c
@@ -5,7 +5,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <strings.h>
#include <unistd.h>
#include <X11/keysym.h>
#include <X11/Xlib.h>