Don't include string.h.
authorDave Love <fx@gnu.org>
Tue, 21 Jan 2003 18:29:34 +0000 (18:29 +0000)
committerDave Love <fx@gnu.org>
Tue, 21 Jan 2003 18:29:34 +0000 (18:29 +0000)
lib-src/ChangeLog
lib-src/yow.c

index 46dc4e1..ff20560 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-21  Dave Love  <fx@gnu.org>
+
+       * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
+       column-0 `('.
+
+       * yow.c: Don't include string.h.
+
 2003-01-20  Richard M. Stallman  <rms@gnu.org>
 
        * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
index c658b15..92df285 100644 (file)
@@ -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>