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>
This commit is contained in:
Zhang, Shenglei 2018-09-25 09:31:24 +08:00 committed by Liming Gao
parent 32eb6739b9
commit ca3e4f8ab8
1 changed files with 0 additions and 2 deletions
MdePkg/Library/UefiPciLibPciRootBridgeIo

View File

@ -13,8 +13,6 @@
**/
#include <PiDxe.h>
#include <Protocol/PciRootBridgeIo.h>
#include <Library/PciLib.h>