mirror of https://github.com/acidanthera/audk.git
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:
parent
32eb6739b9
commit
ca3e4f8ab8
MdePkg/Library/UefiPciLibPciRootBridgeIo
|
@ -13,8 +13,6 @@
|
|||
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/PciRootBridgeIo.h>
|
||||
|
||||
#include <Library/PciLib.h>
|
||||
|
|
Loading…
Reference in New Issue