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

Unified Diff: vboot_firmware/lib/stateful_util.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/rollback_index.c ('k') | vboot_firmware/lib/vboot_kernel.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/stateful_util.c
diff --git a/vboot_firmware/lib/stateful_util.c b/vboot_firmware/lib/stateful_util.c
index 389961b372e1087a761bd175306371f997dc1507..137ea77aef5f11deb469b0f8150e395f91bd0397 100644
--- a/vboot_firmware/lib/stateful_util.c
+++ b/vboot_firmware/lib/stateful_util.c
@@ -8,9 +8,7 @@
#include "stateful_util.h"
-#include <stdarg.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include "utility.h"
void* StatefulSkip(MemcpyState* state, uint64_t len) {
if (state->overrun)
« no previous file with comments | « vboot_firmware/lib/rollback_index.c ('k') | vboot_firmware/lib/vboot_kernel.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698