openafs-string-header-cleanup-20071030
[openafs.git] / src / rx / rx_trace.c
index dfb1735..ac7a6e6 100644 (file)
@@ -14,13 +14,7 @@ RCSID
     ("$Header$");
 
 #ifdef RXDEBUG
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
 #ifdef AFS_NT40_ENV
 #include <fcntl.h>
 #include <io.h>