From: Maurice Ma Date: Fri, 5 Aug 2016 03:56:57 +0000 (-0700) Subject: IntelFsp2Pkg: Only include required header files in FspEas.h X-Git-Tag: edk2-stable201903~6120 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7e9cf612056ed2667eaad7f0e901f0a37f6ddd5b;hp=0667e985270b5c2cc5d89e66bcff7e5804eee21f IntelFsp2Pkg: Only include required header files in FspEas.h Current FspEas.h file includes Uefi.h which also refers to lots of other UEFI header files not used by FSP consumer. It caused many unnecessary header file overhead for a bootloader that consumes FSP, such as coreboot. This change reduces the required header file number down to 3. Cc: Jiewen Yao Cc: Giri P Mudusuru Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Maurice Ma Reviewed by: Giri P Mudusuru --- diff --git a/IntelFsp2Pkg/Include/FspEas.h b/IntelFsp2Pkg/Include/FspEas.h index 79bb0b8e8e..00098a3926 100644 --- a/IntelFsp2Pkg/Include/FspEas.h +++ b/IntelFsp2Pkg/Include/FspEas.h @@ -16,7 +16,7 @@ #ifndef _FSP_EAS_H_ #define _FSP_EAS_H_ -#include +#include #include #include #include