From: Dave Love Date: Tue, 21 Jan 2003 18:29:34 +0000 (+0000) Subject: Don't include string.h. X-Git-Tag: ttn-vms-21-2-B4~11550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b24e2dc7fa9d357edca6fa9f09753ef34f56328b;p=emacs.git Don't include string.h. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 46dc4e1f78b..ff205607f1f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,10 @@ +2003-01-21 Dave Love + + * 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 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff): diff --git a/lib-src/yow.c b/lib-src/yow.c index c658b15e41f..92df285870a 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -16,9 +16,6 @@ #include #include -#ifdef HAVE_STRING_H -#include -#endif #ifdef TIME_WITH_SYS_TIME #include #include