mirror of https://github.com/acidanthera/audk.git
Change Commonheader file to IfrSupportLibInternal.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3472 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dfe7bb08d9
commit
82096802e5
|
@ -22,7 +22,7 @@ Revision History:
|
|||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include "IfrSupportLibInternal.h"
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
|
|
|
@ -22,7 +22,7 @@ Revision History:
|
|||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include "IfrSupportLibInternal.h"
|
||||
|
||||
EFI_STATUS
|
||||
CreateFormSet (
|
||||
|
|
|
@ -23,7 +23,7 @@ Revision History:
|
|||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include "IfrSupportLibInternal.h"
|
||||
|
||||
EFI_STATUS
|
||||
CreateSubTitleOpCode (
|
||||
|
|
|
@ -20,7 +20,7 @@ Abstract:
|
|||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include "IfrSupportLibInternal.h"
|
||||
|
||||
VOID
|
||||
EfiLibHiiVariablePackGetMap (
|
||||
|
|
Loading…
Reference in New Issue