DEVEL15-openafs-string-header-cleanup-20071030
[openafs.git] / src / fsprobe / fsprobe.c
index 863a043..f512aec 100644 (file)
@@ -20,13 +20,7 @@ RCSID
     ("$Header$");
 
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
 
 #include <fsprobe.h>           /*Interface for this module */
 #include <lwp.h>               /*Lightweight process package */