mirror of https://github.com/acidanthera/audk.git
Remove unnecessary header file including for library class in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6467 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
83497f5d1f
commit
5754266570
|
@ -15,8 +15,6 @@
|
|||
#ifndef __PCI_EXPRESS_LIB_H__
|
||||
#define __PCI_EXPRESS_LIB_H__
|
||||
|
||||
#include <Library/PciLib.h>
|
||||
|
||||
/**
|
||||
Macro that converts PCI Bus, PCI Device, PCI Function and PCI Register to an
|
||||
address that can be passed to the PCI Library functions.
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#ifndef __REPORT_STATUS_CODE_LIB_H__
|
||||
#define __REPORT_STATUS_CODE_LIB_H__
|
||||
|
||||
#include <ProcessorBind.h>
|
||||
#include <Pi/PiMultiPhase.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue