summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 11:16:37 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 11:16:37 +0000
commit21c6d913aaecbaa4abaaf114f82fd90cf30b8fa3 (patch)
tree6ac785bdb9971b440447cf7ad4189e611bf9dfae /MdeModulePkg/Core
parentb34a6e8665ce53a12e1620ef741beda6e5f86efe (diff)
downloadedk2-21c6d913aaecbaa4abaaf114f82fd90cf30b8fa3.zip
edk2-21c6d913aaecbaa4abaaf114f82fd90cf30b8fa3.tar.gz
edk2-21c6d913aaecbaa4abaaf114f82fd90cf30b8fa3.tar.bz2
Include "Guid/FirmwareFileSystem.h " provided by IntelFrameworkPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3049 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index fb7c82f..f17f9ab 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -43,7 +43,7 @@ Revision History
#include <Protocol/PlatformDriverOverride.h>
#include <Protocol/Variable.h>
#include <Guid/MemoryTypeInformation.h>
-#include <Guid/FirmwareFileSystem2.h>
+#include <Guid/FirmwareFileSystem.h>
#include <Guid/HobList.h>
#include <Protocol/Timer.h>
#include <Protocol/SimpleFileSystem.h>