diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 01:30:55 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 01:30:55 +0200 |
commit | 8b59083eb13c0712e04d9a5b6d7bf4af5913c442 (patch) | |
tree | c71ce38a84380cd619c6bf7c478dc68ae3c20f9a /draw.c | |
parent | da2bbd371c522d63d737d43a127601a3fdbcb9d8 (diff) | |
download | dwm-8b59083eb13c0712e04d9a5b6d7bf4af5913c442.tar.gz |
removed unnecessary crap
Diffstat (limited to 'draw.c')
-rw-r--r-- | draw.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/draw.c b/draw.c index 68ece01..53af1cd 100644 --- a/draw.c +++ b/draw.c @@ -6,8 +6,9 @@ #include <stdio.h> #include <string.h> -#include "draw.h" -#include "util.h" +#include <X11/Xlocale.h> + +#include "wm.h" static void drawborder(Display *dpy, Brush *b) |