summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorZhang, Shenglei <shenglei.zhang@intel.com>2018-09-25 09:31:24 +0800
committerLiming Gao <liming.gao@intel.com>2018-09-25 09:49:18 +0800
commitca3e4f8ab82485edff2cfa7eeb87f71b4be38966 (patch)
treec8a403b42a86d481da24aab9dce78165a7eef253 /MdePkg
parent32eb6739b961a5b4cc204b94220fa5ad15f79a9b (diff)
downloadedk2-ca3e4f8ab82485edff2cfa7eeb87f71b4be38966.tar.gz
edk2-ca3e4f8ab82485edff2cfa7eeb87f71b4be38966.tar.bz2
edk2-ca3e4f8ab82485edff2cfa7eeb87f71b4be38966.zip
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>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c2
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>