Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58950 )
Change subject: [test] fix indirect includes 2 ......................................................................
[test] fix indirect includes 2
Change-Id: Ib32fac2cfa3f69a89a0c008d0a1169161272ee14 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/vendorcode/google/chromeos/chromeos.h 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/58950/1
diff --git a/src/vendorcode/google/chromeos/chromeos.h b/src/vendorcode/google/chromeos/chromeos.h index 81800aa..5545769 100644 --- a/src/vendorcode/google/chromeos/chromeos.h +++ b/src/vendorcode/google/chromeos/chromeos.h @@ -5,9 +5,6 @@
#include <stddef.h> #include <stdint.h> -#include <device/device.h> -#include <security/vboot/misc.h> -#include <security/vboot/vboot_common.h> #include <types.h>
#if CONFIG(CHROMEOS)