From a8a8b408b7debef3a7d37d515e4dec73e02b08e8 Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Thu, 28 Mar 2019 15:08:22 +0800 Subject: [PATCH] OvmfPkg/PlatformBootManagerLib: Remove dependency on Mps.h Mps.h is included in BdsPlatform.h but not actually used. So remove it. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Laszlo Ersek Reviewed-by: Liming Gao --- 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 #include -#include #include #include #include -- 2.39.2