mirror of https://github.com/acidanthera/audk.git
Fix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiServiceLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8917 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b67f2798d9
commit
3980a850a6
|
@ -26,7 +26,7 @@ Abstract:
|
|||
#include <Guid/StatusCodeDataTypeId.h>
|
||||
#include <UnixDxe.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/PeiServicesLib.h>
|
||||
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
|
Loading…
Reference in New Issue