openafs-string-header-cleanup-20071030
[openafs.git] / src / volser / voltrans.c
index 0ef9acb..df5f20f 100644 (file)
@@ -29,6 +29,7 @@ RCSID
 #include <stdio.h>
 #include <sys/types.h>
 #include <errno.h>
+#include <string.h>
 #ifdef AFS_NT40_ENV
 #include <fcntl.h>
 #include <winsock2.h>
@@ -61,14 +62,6 @@ RCSID
 #include <afs/vnode.h>
 #include <afs/volume.h>
 
-#ifdef HAVE_STRING_H
-#include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
-
 #include "volser.h"
 
 /*@printflike@*/ extern void Log(const char *format, ...);