diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-05 09:16:13 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-05 09:16:13 +0000 |
commit | 3fd6fdeb0b4b903724bf7184739c7d2d7031cd5b (patch) | |
tree | d0226b1e92b6477e7e8f7310dab325f11ee322bc /DuetPkg/DxeIpl/DxeIpl.h | |
parent | ffdd18bb458468e86f360b16c461dad08f099592 (diff) | |
download | edk2-platforms-3fd6fdeb0b4b903724bf7184739c7d2d7031cd5b.tar.xz |
Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7808 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl/DxeIpl.h')
-rw-r--r-- | DuetPkg/DxeIpl/DxeIpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h index 8b6e9a8c8a..59ee9fb102 100644 --- a/DuetPkg/DxeIpl/DxeIpl.h +++ b/DuetPkg/DxeIpl/DxeIpl.h @@ -11,7 +11,7 @@ #include <Guid/MemoryTypeInformation.h>
#include <Guid/PciExpressBaseAddress.h>
#include <Guid/AcpiDescription.h>
-#include <Guid/PeiPeCoffLoader.h>
+
#include <Guid/MemoryAllocationHob.h>
#include <Guid/Acpi.h>
#include <Guid/SmBios.h>
|