Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62787 )
Change subject: include/efi: Remove unused EDKII header `PiPei.h` ......................................................................
include/efi: Remove unused EDKII header `PiPei.h`
TEST=Able to build Brya.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: Ie9177814fcf41e5950ace94050356f0273f765c5 --- M src/include/efi/efi_datatype.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/62787/1
diff --git a/src/include/efi/efi_datatype.h b/src/include/efi/efi_datatype.h index be96e3f..071507b 100644 --- a/src/include/efi/efi_datatype.h +++ b/src/include/efi/efi_datatype.h @@ -4,7 +4,6 @@ #ifndef __EFI_DATATYPE_H__ #define __EFI_DATATYPE_H__ #include <Base.h> -#include <PiPei.h> #include <Uefi/UefiBaseType.h>
/* Basic Data types */