mirror of https://github.com/acidanthera/audk.git
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:
parent
a2ded1d652
commit
7e26c7e7c1
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue