openafs-string-header-cleanup-20071030
[openafs.git] / src / uss / lex.l
index 1c26d3f..c96ecec 100644 (file)
 RCSID("$Header$");
 
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
 
 #include "y.tab.h"
 #include "uss_common.h"