diff options
author | jaben carsey <jaben.carsey@intel.com> | 2014-12-16 17:50:57 +0000 |
---|---|---|
committer | jcarsey <jcarsey@Edk2> | 2014-12-16 17:50:57 +0000 |
commit | 2c23ddaa00e68f63b1934cd864790a5aff04ad74 (patch) | |
tree | 496a89d1d25966c873e2b1a78a88d0bb9b003ad6 /ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h | |
parent | 1d6ccad2b96efbf38ed6bf8a06d320a63e96c6f6 (diff) | |
download | edk2-platforms-2c23ddaa00e68f63b1934cd864790a5aff04ad74.tar.xz |
ShellPkg: Remove IntelFramweorkModulePkg as Shell library dependency
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: jaben carsey <jaben.carsey@intel.com>
Reviewed-by: Tim Lewis <tim.lewis@insyde.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hp.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16526 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h')
-rw-r--r-- | ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h index ba6e152d3b..b0e27c09c3 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h @@ -135,8 +135,6 @@ #include <Protocol/DiskIo2.h>
#include <Protocol/AdapterInformation.h>
#include <Protocol/EfiShellDynamicCommand.h>
-#include <Protocol/IsaIo.h>
-#include <Protocol/IsaAcpi.h>
#include <Library/HandleParsingLib.h>
#include <Library/UefiBootServicesTableLib.h>
|