From 28b38cd365ac709d02bc59701cb6b05f905abef6 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 18 Mar 2019 11:30:08 +0100 Subject: src: Drop unused 'include ' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If5c5ebacd103d7e1f09585cc4c52753b11ce84d0 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/31953 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/security/vboot/vboot_crtm.c | 1 + src/security/vboot/vboot_crtm.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/security/vboot') diff --git a/src/security/vboot/vboot_crtm.c b/src/security/vboot/vboot_crtm.c index f4a6d7519f..077946a04e 100644 --- a/src/security/vboot/vboot_crtm.c +++ b/src/security/vboot/vboot_crtm.c @@ -15,6 +15,7 @@ #include #include +#include #include #include diff --git a/src/security/vboot/vboot_crtm.h b/src/security/vboot/vboot_crtm.h index e1799b8e84..e675edbf03 100644 --- a/src/security/vboot/vboot_crtm.h +++ b/src/security/vboot/vboot_crtm.h @@ -16,10 +16,10 @@ #ifndef __SECURITY_VBOOT_CRTM_H__ #define __SECURITY_VBOOT_CRTM_H__ +#include #include #include #include -#include /* CRTM */ #define TPM_CRTM_PCR 2 -- cgit v1.2.3