delete tons of extra #includes
[platform/upstream/busybox.git] / libbb / sha1.c
index 734fde4..552dcad 100644 (file)
  *  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