openafs-string-header-cleanup-20071030
[openafs.git] / src / lwp / threadname.c
index f36b317..3f7e9be 100644 (file)
 RCSID
     ("$Header$");
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
+
 #if defined(AFS_PTHREAD_ENV)
 #include <pthread.h>
 #else /* defined(AFS_PTHREAD_ENV) */