From 73f85d0a630840ab2aa06f1237ef5802b65b43ec Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 12 Apr 2003 03:22:33 +0000 Subject: dont use #ifdef HAVE_FOO for ansi functions/headers --- cwmcc/root_props.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cwmcc/root_props.c') diff --git a/cwmcc/root_props.c b/cwmcc/root_props.c index bc963c83..daaf580e 100644 --- a/cwmcc/root_props.c +++ b/cwmcc/root_props.c @@ -3,9 +3,7 @@ #include "prop.h" #include "root_props.h" -#ifdef HAVE_STRING_H -# include -#endif +#include void cwmcc_root_get_supported(Window win, Atom **atoms) { -- cgit v1.2.3