pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be3f3e
)
removed unnecessary include, prepared dwm-4.4
author
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 23 Aug 2007 16:11:24 +0000
(18:11 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 23 Aug 2007 16:11:24 +0000
(18:11 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index
9dd08b1
..
a105514
100644
(file)
--- 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 */