removed unnecessary include, prepared dwm-4.4 - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 67a1141f44bc19afeda19fb6544270a65419b3b3 DIR parent 8be3f3ec9eec07ddf1622a04874e82730f108a26 HTML Author: Anselm R. Garbe <garbeam@gmail.com> Date: Thu, 23 Aug 2007 18:11:24 +0200 removed unnecessary include, prepared dwm-4.4 Diffstat: M client.c | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git 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 */