Fix build breaks.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5586 6f19259b-4bc3-4df7-8a09-765794883524
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 @@
 #include "EfiLdrHandoff.h"

 

 #include <Protocol/LoadedImage.h>

-#include <Protocol/EdkDecompress.h>

 #include <IndustryStandard/PeImage.h>

 #include <Library/BaseLib.h>

 #include <Library/BaseMemoryLib.h>