diff options
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 734fde4..552dcad 100644 --- a/libbb/sha1.c +++ b/libbb/sha1.c @@ -16,14 +16,6 @@ * stored in memory. It runs at 22 cycles per byte on a Pentium P4 processor */ -#include <fcntl.h> -#include <limits.h> -#include <stdio.h> -#include <stdint.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> - #include "libbb.h" #define SHA1_BLOCK_SIZE 64 |