diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2019-03-28 15:08:22 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-04-28 09:50:13 +0800 |
commit | a8a8b408b7debef3a7d37d515e4dec73e02b08e8 (patch) | |
tree | 2f8b1d75e251ababe4a808556b362a679c267360 /OvmfPkg/Library/PlatformBootManagerLib | |
parent | 0851d7a53a1d7db853a0c553df95708923961418 (diff) | |
download | edk2-a8a8b408b7debef3a7d37d515e4dec73e02b08e8.tar.gz edk2-a8a8b408b7debef3a7d37d515e4dec73e02b08e8.tar.bz2 edk2-a8a8b408b7debef3a7d37d515e4dec73e02b08e8.zip |
OvmfPkg/PlatformBootManagerLib: Remove dependency on Mps.h
Mps.h is included in BdsPlatform.h but not actually used.
So remove it.
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'OvmfPkg/Library/PlatformBootManagerLib')
-rw-r--r-- | OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h | 1 |
1 files changed, 0 insertions, 1 deletions
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>
|