diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-18 14:30:42 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-19 10:26:16 +0800 |
commit | 28165f245f26bad4dae86cda3d17458726a9a82f (patch) | |
tree | 774533fd0703f17663de40d5897e1deaea2f3324 /ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c | |
parent | 5e7c289fef280afd0139d040219afc7a9287aa9d (diff) | |
download | edk2-28165f245f26bad4dae86cda3d17458726a9a82f.tar.gz edk2-28165f245f26bad4dae86cda3d17458726a9a82f.tar.bz2 edk2-28165f245f26bad4dae86cda3d17458726a9a82f.zip |
ShellPkg: Update sources to include MdePkg protocol definitions
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c index da8e6471ca..736d2a35b3 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c @@ -18,7 +18,6 @@ **/
#include <Uefi.h>
-#include <ShellBase.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
|