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

Unified Diff: vboot_firmware/lib/cgptlib/crc32.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/include/utility.h ('k') | vboot_firmware/lib/cgptlib/include/cgptlib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/cgptlib/crc32.c
diff --git a/vboot_firmware/lib/cgptlib/crc32.c b/vboot_firmware/lib/cgptlib/crc32.c
index a2bb1859f2ac7b41d74974e6e64179cf7d0ede22..9dacd1789e2dfb15513b707a537a4ad8a5bfab5e 100755
--- a/vboot_firmware/lib/cgptlib/crc32.c
+++ b/vboot_firmware/lib/cgptlib/crc32.c
@@ -40,7 +40,6 @@
/* */
/* -------------------------------------------------------------------- */
#include "crc32.h"
-#include <stdint.h>
static uint32_t crc32_tab[] = {
0x00000000U, 0x77073096U, 0xee0e612cU, 0x990951baU, 0x076dc419U,
« no previous file with comments | « vboot_firmware/include/utility.h ('k') | vboot_firmware/lib/cgptlib/include/cgptlib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698