summaryrefslogtreecommitdiff
path: root/lib-src/b2m.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-28 04:44:54 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-28 04:44:54 +0000
commit4e94951f40528d28d38646b5791bcc140a9667a1 (patch)
tree13f98572e1abba6db329fa6ffc537959850b7f57 /lib-src/b2m.c
parent68cfe92351a1952c2b6b41f1e02bb280d89130b4 (diff)
downloademacs-4e94951f40528d28d38646b5791bcc140a9667a1.tar.gz
Don't include string.h or strings.h.
Diffstat (limited to 'lib-src/b2m.c')
-rw-r--r--lib-src/b2m.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c
index 77cfa9a622b..2e321a1b1b7 100644
--- a/lib-src/b2m.c
+++ b/lib-src/b2m.c
@@ -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 ();