Mps.h is included in BdsPlatform.h but not actually used. So remove it. Cc: Jordan Justen <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Ard Biesheuvel <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]> --- OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h index da6dd86616..49a072b400 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h @@ -57,7 +57,6 @@ Abstract: #include <Guid/Acpi.h> #include <Guid/SmBios.h> -#include <Guid/Mps.h> #include <Guid/HobList.h> #include <Guid/GlobalVariable.h> #include <Guid/EventGroup.h> -- 2.18.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#39612): https://edk2.groups.io/g/devel/message/39612 Mute This Topic: https://groups.io/mt/31349516/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
