diff options
author | Zhang, Shenglei <shenglei.zhang@intel.com> | 2018-09-25 09:31:24 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-09-25 09:49:18 +0800 |
commit | ca3e4f8ab82485edff2cfa7eeb87f71b4be38966 (patch) | |
tree | c8a403b42a86d481da24aab9dce78165a7eef253 | |
parent | 32eb6739b961a5b4cc204b94220fa5ad15f79a9b (diff) | |
download | edk2-ca3e4f8ab82485edff2cfa7eeb87f71b4be38966.tar.gz |
MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependency
PiDxe.h is not used PciSegmentLib.h.
So <PiDxe.h> is deleted.
https://bugzilla.tianocore.org/show_bug.cgi?id=1184
v2:Update the bugzilla link.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
-rw-r--r-- | MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c b/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c index 575d9c1f91..f89e3e2551 100644 --- a/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c +++ b/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c @@ -13,8 +13,6 @@ **/
-#include <PiDxe.h>
-
#include <Protocol/PciRootBridgeIo.h>
#include <Library/PciLib.h>
|