mirror of https://github.com/acidanthera/audk.git
Remove over specific library class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6385 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0ddec2cfde
commit
7d7d5739ed
|
@ -38,7 +38,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Library/CacheMaintenanceLib.h>
|
||||
#include <Library/UefiDecompressLib.h>
|
||||
#include <Library/ExtractGuidedSectionLib.h>
|
||||
#include <Library/PeiServicesTablePointerLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
PcdLib
|
||||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
PeiServicesTablePointerLib
|
||||
ExtractGuidedSectionLib
|
||||
UefiDecompressLib
|
||||
CacheMaintenanceLib
|
||||
|
|
Loading…
Reference in New Issue