Mercurial > emacs
changeset 7158:a4a9a0d9b53a
Don't include string.h or strings.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 04:44:54 +0000 |
parents | 3f4fc9d682b4 |
children | 2b5401aa9630 |
files | lib-src/b2m.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/b2m.c Thu Apr 28 04:35:39 1994 +0000 +++ b/lib-src/b2m.c Thu Apr 28 04:44:54 1994 +0000 @@ -27,12 +27,6 @@ #include <../src/config.h> -#ifdef USG -#include <string.h> -#else -#include <strings.h> -#endif - /* BSD's strings.h does not declare the type of strtok. */ extern char *strtok ();