From ca3e4f8ab82485edff2cfa7eeb87f71b4be38966 Mon Sep 17 00:00:00 2001 From: "Zhang, Shenglei" Date: Tue, 25 Sep 2018 09:31:24 +0800 Subject: [PATCH] MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependency PiDxe.h is not used PciSegmentLib.h. So is deleted. https://bugzilla.tianocore.org/show_bug.cgi?id=1184 v2:Update the bugzilla link. Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Liming Gao --- MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c | 2 -- 1 file changed, 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 - #include #include -- 2.39.2