aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <[email protected]>2007-08-23 18:11:24 +0200
committerAnselm R. Garbe <[email protected]>2007-08-23 18:11:24 +0200
commit67a1141f44bc19afeda19fb6544270a65419b3b3 (patch)
tree40cf497ed452d6ded41223f2507f1e3248407735
parentsetlayout should perform strcmp's if arg != NULL, because Layout is local to ... (diff)
downloadseiwm-67a1141f44bc19afeda19fb6544270a65419b3b3.tar.xz
seiwm-67a1141f44bc19afeda19fb6544270a65419b3b3.zip
removed unnecessary include, prepared dwm-4.4
-rw-r--r--client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c
index 9dd08b1..a105514 100644
--- a/client.c
+++ b/client.c
@@ -1,7 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "dwm.h"
#include <stdlib.h>
-#include <X11/Xatom.h>
#include <X11/Xutil.h>
/* static */