diff options
| author | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-23 12:11:24 -0400 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-23 12:11:24 -0400 |
| commit | 67a1141f44bc19afeda19fb6544270a65419b3b3 (patch) | |
| tree | 40cf497ed452d6ded41223f2507f1e3248407735 | |
| parent | setlayout should perform strcmp's if arg != NULL, because Layout is local to ... (diff) | |
| download | dwm-67a1141f44bc19afeda19fb6544270a65419b3b3.tar.gz dwm-67a1141f44bc19afeda19fb6544270a65419b3b3.tar.bz2 dwm-67a1141f44bc19afeda19fb6544270a65419b3b3.zip | |
removed unnecessary include, prepared dwm-4.4
Diffstat (limited to '')
| -rw-r--r-- | client.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |
