diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-29 07:30:20 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-29 07:30:20 +0000 |
commit | 5f87392966e8bb14b6486408b60521dfc61bd58f (patch) | |
tree | 33b7d56a8a2d89f66eae71aa75223fc3755f07e2 | |
parent | 5df74ff87253d7121a24fcb0b8360b67b67a0461 (diff) | |
download | edk2-5f87392966e8bb14b6486408b60521dfc61bd58f.zip edk2-5f87392966e8bb14b6486408b60521dfc61bd58f.tar.gz edk2-5f87392966e8bb14b6486408b60521dfc61bd58f.tar.bz2 |
Fix build breaks.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5586 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | DuetPkg/DxeIpl/DxeIpl.h | 1 | ||||
-rw-r--r-- | DuetPkg/EfiLdr/EfiLdr.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h index 8fe1148..b849246 100644 --- a/DuetPkg/DxeIpl/DxeIpl.h +++ b/DuetPkg/DxeIpl/DxeIpl.h @@ -20,7 +20,6 @@ #include <Guid/SystemNvDataGuid.h>
#include <Protocol/Decompress.h>
-#include <Protocol/EdkDecompress.h>
#include <Protocol/StatusCode.h>
#include <Protocol/FirmwareVolumeBlock.h>
diff --git a/DuetPkg/EfiLdr/EfiLdr.h b/DuetPkg/EfiLdr/EfiLdr.h index 1417b76..0ef0260 100644 --- a/DuetPkg/EfiLdr/EfiLdr.h +++ b/DuetPkg/EfiLdr/EfiLdr.h @@ -26,7 +26,6 @@ Revision History: #include "EfiLdrHandoff.h"
#include <Protocol/LoadedImage.h>
-#include <Protocol/EdkDecompress.h>
#include <IndustryStandard/PeImage.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
|