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

Unified Diff: vboot_firmware/lib/rollback_index.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/include/vboot_struct.h ('k') | vboot_firmware/lib/stateful_util.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/rollback_index.c
diff --git a/vboot_firmware/lib/rollback_index.c b/vboot_firmware/lib/rollback_index.c
index 1fed860f101492ee20183c6aed384062adb5edb3..cb86e89e8d51cf7952a3adacc24acd03e40241d7 100644
--- a/vboot_firmware/lib/rollback_index.c
+++ b/vboot_firmware/lib/rollback_index.c
@@ -8,11 +8,9 @@
#include "rollback_index.h"
-#include <stdint.h>
-
-#include "utility.h"
#include "tlcl.h"
#include "tss_constants.h"
+#include "utility.h"
uint16_t g_firmware_key_version = 0;
uint16_t g_firmware_version = 0;
« no previous file with comments | « vboot_firmware/lib/include/vboot_struct.h ('k') | vboot_firmware/lib/stateful_util.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698