diff options
| author | Anselm R. Garbe <[email protected]> | 2007-08-23 18:11:24 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-08-23 18:11:24 +0200 |
| commit | 67a1141f44bc19afeda19fb6544270a65419b3b3 (patch) | |
| tree | 40cf497ed452d6ded41223f2507f1e3248407735 | |
| parent | setlayout should perform strcmp's if arg != NULL, because Layout is local to ... (diff) | |
| download | seiwm-67a1141f44bc19afeda19fb6544270a65419b3b3.tar.xz seiwm-67a1141f44bc19afeda19fb6544270a65419b3b3.zip | |
removed unnecessary include, prepared dwm-4.4
| -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 */ |