# HG changeset patch # User Richard M. Stallman # Date 767508294 0 # Node ID a4a9a0d9b53a1e4a797f46b6a7c485bb27053f5b # Parent 3f4fc9d682b425dd4e19e96e57e52b34b001b927 Don't include string.h or strings.h. diff -r 3f4fc9d682b4 -r a4a9a0d9b53a lib-src/b2m.c --- 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 -#else -#include -#endif - /* BSD's strings.h does not declare the type of strtok. */ extern char *strtok ();