aboutsummaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-13 01:30:55 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 01:30:55 +0200
commit8b59083eb13c0712e04d9a5b6d7bf4af5913c442 (patch)
treec71ce38a84380cd619c6bf7c478dc68ae3c20f9a /draw.c
parentda2bbd371c522d63d737d43a127601a3fdbcb9d8 (diff)
removed unnecessary crap
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c5
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)