]> Dogcows Code - chaz/openbox/blobdiff - cwmcc/prop.c
dont use #ifdef HAVE_FOO for ansi functions/headers
[chaz/openbox] / cwmcc / prop.c
index 1c6ab8cc930c06152c592311d0b9704473032774..66d2fb8de1a4791f4001566524390b0f6797759d 100644 (file)
@@ -3,9 +3,7 @@
 
 #include <X11/Xutil.h>
 #include <glib.h>
-#ifdef HAVE_STRING_H
-#  include <string.h>
-#endif
+#include <string.h>
 
 /* this just isn't used...
 static gboolean get(Window win, Atom prop, Atom type, int size,
This page took 0.022452 seconds and 4 git commands to generate.