diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-24 10:52:02 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-24 10:52:02 +0000 |
commit | 3cfb790c9499ef62eb8908255f5d7648f2de8d28 (patch) | |
tree | f641f0b05df39da45b34e6f051b90ace239e0db3 /Nt32Pkg | |
parent | 20a1e92436e6e94cf2e0e23d2d6c635d742a7630 (diff) | |
download | edk2-platforms-3cfb790c9499ef62eb8908255f5d7648f2de8d28.tar.xz |
Retire the "Include/Common" of MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3425 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/Generic/Capsules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/Capsules.c b/Nt32Pkg/PlatformBdsDxe/Generic/Capsules.c index b1a6c6e7e9..7fea4552b7 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/Capsules.c +++ b/Nt32Pkg/PlatformBdsDxe/Generic/Capsules.c @@ -25,7 +25,7 @@ Abstract: //
#include "CommonHeader.h"
-#include <Common/FlashMap.H>
+#include <Guid/FlashMapHob.h>
VOID
BdsLockFv (
|