diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-09-08 19:25:55 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-09-08 19:25:55 +0200 |
commit | eae48ac6063bac9a9336f90b13ed17a1949ccdb8 (patch) | |
tree | 3494b34a80d84e490dcb916ff1dd99c72abb3b74 /sys/src/cmd/sha1sum.c | |
parent | b8c0243773a2cedf9b2215b320e4a446db8b4c21 (diff) |
sha1sum: remove unused #include <bio.h> (thanks BurnZeZ)
Diffstat (limited to 'sys/src/cmd/sha1sum.c')
-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* |