diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-11-17 10:15:09 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-11-17 10:15:09 +0000 |
commit | 68456d8ac1949318bfdad9d8b096d98448469a9d (patch) | |
tree | 054bda95c718575f168cf3ac5a0e6d99fab80a91 /MdeModulePkg/Universal/BdsDxe/Bds.h | |
parent | d175f4e612153cda0a0d51a030eae6ebbd517802 (diff) | |
download | edk2-platforms-68456d8ac1949318bfdad9d8b096d98448469a9d.tar.xz |
MdeModulePkg: Enable PlatformRecovery in BdsDxe driver
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18863 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/Bds.h')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/Bds.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/Bds.h b/MdeModulePkg/Universal/BdsDxe/Bds.h index 2171d14791..ac54482b76 100644 --- a/MdeModulePkg/Universal/BdsDxe/Bds.h +++ b/MdeModulePkg/Universal/BdsDxe/Bds.h @@ -24,9 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Protocol/Bds.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/VariableLock.h>
-#include <Protocol/BlockIo.h>
-#include <Protocol/LoadFile.h>
-#include <Protocol/SimpleFileSystem.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/DebugLib.h>
|