about summary refs log tree commit diff stats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-23 18:11:24 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-23 18:11:24 +0200
commit67a1141f44bc19afeda19fb6544270a65419b3b3 (patch)
tree40cf497ed452d6ded41223f2507f1e3248407735 /client.c
parent8be3f3ec9eec07ddf1622a04874e82730f108a26 (diff)
downloaddwm-67a1141f44bc19afeda19fb6544270a65419b3b3.tar.gz
removed unnecessary include, prepared dwm-4.4 4.4
Diffstat (limited to 'client.c')
-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 */
Agaram <vc@akkartik.com> 2016-03-26 23:59:59 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-03-27 17:43:41 -0700 2812' href='/akkartik/mu/commit/html/fork.mu.html?h=hlt&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
3e1349d2 ^


c5ffb6e1 ^

a654e4ec ^





c5ffb6e1 ^

a654e4ec ^
c5ffb6e1 ^

4690ce81 ^
d009e158 ^
f5465e12 ^
f918675c ^
f5465e12 ^

c5ffb6e1 ^

4690ce81 ^
f5465e12 ^
f918675c ^
f5465e12 ^

c5ffb6e1 ^



a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51