diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 19:38:58 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 19:38:58 +0000 |
commit | 1d58cfb2c64621c15de38c69ee6118f59cfb6a53 (patch) | |
tree | 8faa22628dd69a58481821ec121bdb4c7f19f591 /Nt32Pkg/PlatformBdsDxe/CommonHeader.h | |
parent | 47e3709a7d3de48bffb3e79161cc4ed5a4512d32 (diff) | |
download | edk2-platforms-1d58cfb2c64621c15de38c69ee6118f59cfb6a53.tar.xz |
Fixed build break by removing missing include file. Made code compile by not assuming every FLASH device is a FW Hub.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3021 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/CommonHeader.h')
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/CommonHeader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/CommonHeader.h b/Nt32Pkg/PlatformBdsDxe/CommonHeader.h index d44bd37553..c4fb48eeee 100644 --- a/Nt32Pkg/PlatformBdsDxe/CommonHeader.h +++ b/Nt32Pkg/PlatformBdsDxe/CommonHeader.h @@ -44,7 +44,6 @@ #include <Protocol/SimpleFileSystem.h>
#include <Protocol/HiiFramework.h>
#include <Guid/GenericPlatformVariable.h>
-#include <Guid/FlashMapHob.h>
#include <Protocol/SerialIo.h>
#include <Protocol/LegacyBios.h>
#include <Common/MaxBbsEntries.h>
|