changeset 49361:644c7fb7d69d

Don't include string.h.
author Dave Love <fx@gnu.org>
date Tue, 21 Jan 2003 18:29:11 +0000
parents d257d0cb93b4
children 7284811bfd81
files lib-src/yow.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/yow.c	Tue Jan 21 18:28:35 2003 +0000
+++ b/lib-src/yow.c	Tue Jan 21 18:29:11 2003 +0000
@@ -16,9 +16,6 @@
 
 #include <stdio.h>
 #include <ctype.h>
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
 #ifdef TIME_WITH_SYS_TIME
 #include <sys/time.h>
 #include <time.h>