Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2069)

Unified Diff: vboot_firmware/lib/cryptolib/sha1.c

Issue 2833012: Move all system includes in vboot_firmware to sysincludes.h (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Oops, forgot the new header Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vboot_firmware/lib/cryptolib/rsa_utility.c ('k') | vboot_firmware/lib/include/stateful_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*/
« no previous file with comments | « vboot_firmware/lib/cryptolib/rsa_utility.c ('k') | vboot_firmware/lib/include/stateful_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698