openafs-string-header-cleanup-20071030
[openafs.git] / src / util / netutils.c
index 4ff10a0..ab17344 100644 (file)
@@ -24,13 +24,7 @@ RCSID
 
 #include <stdlib.h>
 #include <stdio.h>
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
 #include <ctype.h>
 #ifdef KERNEL
 #include "afs/sysincludes.h"