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

Unified Diff: vboot_firmware/lib/include/stateful_util.h

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/sha1.c ('k') | vboot_firmware/lib/include/tss_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/include/stateful_util.h
diff --git a/vboot_firmware/lib/include/stateful_util.h b/vboot_firmware/lib/include/stateful_util.h
index 246aeabb63408f3dc42fde9014d4f8b2c052d6b5..e782ed8829d6608d137ef2c20488bb3638709c0d 100644
--- a/vboot_firmware/lib/include/stateful_util.h
+++ b/vboot_firmware/lib/include/stateful_util.h
@@ -10,10 +10,7 @@
#ifndef VBOOT_FIRMWARE_LIB_UTILITY_H_
#define VBOOT_FIRMWARE_LIB_UTILITY_H_
-#include <stdint.h>
-#include <string.h>
-
-#include "utility.h"
+#include "sysincludes.h"
/* Track remaining data to be read in a buffer. */
typedef struct MemcpyState {
« no previous file with comments | « vboot_firmware/lib/cryptolib/sha1.c ('k') | vboot_firmware/lib/include/tss_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698