mirror of https://github.com/acidanthera/audk.git
Remove commented out inclusion of SalApi.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2110 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
020a9a5b78
commit
ce4bed083d
|
@ -24,10 +24,6 @@ Revision History
|
|||
#ifndef _PEI_MAIN_H_
|
||||
#define _PEI_MAIN_H_
|
||||
|
||||
//#ifdef EFI64
|
||||
//#include "SalApi.h"
|
||||
//#endif
|
||||
|
||||
//
|
||||
//Build private HOB to PEI core to transfer old NEM-range data to new NEM-range
|
||||
//
|
||||
|
|
|
@ -30,7 +30,6 @@ Abstract:
|
|||
#include <Common/FlashMap.h>
|
||||
// BUGBUG: We must include this lib here due to ordering issues
|
||||
//
|
||||
//#include <Ipf/SalApi.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@ Abstract:
|
|||
#ifndef _ESAL_SERVICE_LIB_H__
|
||||
#define _ESAL_SERVICE_LIB_H__
|
||||
|
||||
//#include <Ipf/SalApi.h>
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RegisterEsalFunction (
|
||||
|
|
|
@ -15,7 +15,6 @@ Module Name:
|
|||
|
||||
--*/
|
||||
|
||||
//#include <SalApi.h>
|
||||
#include <RuntimeLibInternal.h>
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue