From 250aa199bbc3f12a538ac3162d8065d44fab8c22 Mon Sep 17 00:00:00 2001
From: "arg@mig29" <unknown>
Date: Tue, 5 Dec 2006 13:30:37 +0100
Subject: only setting LC_CTYPE

---
 dmenu.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'dmenu.h')

diff --git a/dmenu.h b/dmenu.h
index 1eb57ba..08d7605 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -3,14 +3,13 @@
  */
 
 #include <X11/Xlib.h>
-#include <X11/Xlocale.h>
 
 #define FONT			"fixed"
 #define NORMBGCOLOR		"#333366"
 #define NORMFGCOLOR		"#cccccc"
 #define SELBGCOLOR		"#666699"
 #define SELFGCOLOR		"#eeeeee"
-#define SPACE		30 /* px */
+#define SPACE			30 /* px */
 
 /* color */
 enum { ColFG, ColBG, ColLast };
-- 
cgit v1.2.3