Mercurial > emacs
diff lib-src/b2m.c @ 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 | 226d490216f7 |
children | 9b2c273b91af |
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 ();