Chromium Code Reviews| Index: vboot_firmware/lib/cryptolib/sha1.c |
| diff --git a/vboot_firmware/lib/cryptolib/sha1.c b/vboot_firmware/lib/cryptolib/sha1.c |
| index 41b729b18cd2d5b9a9508d483b56761c7b030110..70653ba78457e2ce9354b810d6e7f1d844b736b1 100644 |
| --- a/vboot_firmware/lib/cryptolib/sha1.c |
| +++ b/vboot_firmware/lib/cryptolib/sha1.c |
| @@ -16,9 +16,6 @@ |
| #if defined(HAVE_ENDIAN_H) && defined(HAVE_LITTLE_ENDIAN) |
| -#include <byteswap.h> |
| -#include <memory.h> |
| - |
| /* This version is about 28% faster than the generic version below, |
| * but assumes little-endianness. |
| */ |