diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-06-24 17:44:35 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-06-24 17:44:35 +0100 |
commit | 4508fd2c4ee3171bdc1bffb7e53ecda8290292ef (patch) | |
tree | e86bbdfc4e1cc93fe5906ef204bf970d389c3df2 /dinput.c | |
parent | 723361fa124aa666d637e3fc9f5df1210a9e02b4 (diff) |
moved draw.c to libdraw.a
Diffstat (limited to 'dinput.c')
-rw-r--r-- | dinput.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |