aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 77cfa9a622..2e321a1b1b 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 ();