diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-31 22:42:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-31 22:42:12 +0000 |
commit | 9a7d38fe2448617df98ecaea7dbe6f3131088586 (patch) | |
tree | 5966d651dcb5588e24106791f9cd3647f358112b /libbb/sha1.c | |
parent | fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd (diff) | |
download | busybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.tar.gz busybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.tar.bz2 busybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.zip |
delete tons of extra #includes
Diffstat (limited to 'libbb/sha1.c')
-rw-r--r-- | libbb/sha1.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libbb/sha1.c b/libbb/sha1.c index 734fde4c5..552dcad80 100644 --- a/libbb/sha1.c +++ b/libbb/sha1.c | |||
@@ -16,14 +16,6 @@ | |||
16 | * stored in memory. It runs at 22 cycles per byte on a Pentium P4 processor | 16 | * stored in memory. It runs at 22 cycles per byte on a Pentium P4 processor |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <fcntl.h> | ||
20 | #include <limits.h> | ||
21 | #include <stdio.h> | ||
22 | #include <stdint.h> | ||
23 | #include <stdlib.h> | ||
24 | #include <string.h> | ||
25 | #include <unistd.h> | ||
26 | |||
27 | #include "libbb.h" | 19 | #include "libbb.h" |
28 | 20 | ||
29 | #define SHA1_BLOCK_SIZE 64 | 21 | #define SHA1_BLOCK_SIZE 64 |