From 32eb6739b961a5b4cc204b94220fa5ad15f79a9b Mon Sep 17 00:00:00 2001 From: "Zhang, Shenglei" Date: Tue, 18 Sep 2018 11:29:02 +0800 Subject: [PATCH] MdePkg UefiPciSegmentLibPciRootBridgeIo: Remove redundant dependency PiDxe.h is not used PciSegmentLib.h. So "#include " is deleted. https://bugzilla.tianocore.org/show_bug.cgi?id=1183 Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Liming Gao --- MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.h b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.h index 699a5b5341..639902f3d3 100644 --- a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.h +++ b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.h @@ -16,7 +16,6 @@ #ifndef __DXE_PCI_SEGMENT_LIB__ #define __DXE_PCI_SEGMENT_LIB__ -#include #include -- 2.39.2