diff options
| -rw-r--r-- | sys/src/cmd/sha1sum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/sha1sum.c b/sys/src/cmd/sha1sum.c index 321a3ba1f..c023ae8e0 100644 --- a/sys/src/cmd/sha1sum.c +++ b/sys/src/cmd/sha1sum.c @@ -3,7 +3,6 @@ */ #include <u.h> #include <libc.h> -#include <bio.h> #include <libsec.h> #pragma varargck type "M" uchar* |
