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 /DuetPkg/EfiLdr | |
parent | 5df74ff87253d7121a24fcb0b8360b67b67a0461 (diff) | |
download | edk2-5f87392966e8bb14b6486408b60521dfc61bd58f.tar.gz edk2-5f87392966e8bb14b6486408b60521dfc61bd58f.tar.bz2 edk2-5f87392966e8bb14b6486408b60521dfc61bd58f.zip |
Fix build breaks.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5586 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/EfiLdr')
-rw-r--r-- | DuetPkg/EfiLdr/EfiLdr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/DuetPkg/EfiLdr/EfiLdr.h b/DuetPkg/EfiLdr/EfiLdr.h index 1417b761c6..0ef0260652 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>
|