Don't include string.h.

This commit is contained in:
Dave Love 2003-01-21 18:29:34 +00:00
parent 373df066fb
commit b24e2dc7fa
2 changed files with 7 additions and 3 deletions

View 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):

View 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>