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

Unified Diff: vboot_firmware/include/tlcl.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/include/sysincludes.h ('k') | vboot_firmware/include/utility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/include/tlcl.h
diff --git a/vboot_firmware/include/tlcl.h b/vboot_firmware/include/tlcl.h
index ba1647c8fed1a7c5cee8820ad6cd34b35c123ace..82947f63a8a6fc55e913d0f963c82baea4fa8f07 100644
--- a/vboot_firmware/include/tlcl.h
+++ b/vboot_firmware/include/tlcl.h
@@ -24,10 +24,7 @@
#ifndef TPM_LITE_TLCL_H_
#define TPM_LITE_TLCL_H_
-#include <stdarg.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include "sysincludes.h"
/* Call this first.
*/
« no previous file with comments | « vboot_firmware/include/sysincludes.h ('k') | vboot_firmware/include/utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698