Fix build break: MdeModuleHii.h has been moved from MdeModulePkg/Include to MdeModulePkg/Include/Guid directory.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7626 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2009-02-24 01:42:38 +00:00
parent a2ded1d652
commit 7e26c7e7c1
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/ExtendedIfrSupportLib.h>
#include <Library/PcdLib.h>
#include <MdeModuleHii.h>
#include <Guid/MdeModuleHii.h>
#include "UefiIfrParser.h"

View File

@ -29,7 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/PrintLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <MdeModuleHii.h>
#include <Guid/MdeModuleHii.h>
#include "UefiIfrParser.h"