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:
klu2 2008-11-12 06:09:02 +00:00
parent 83497f5d1f
commit 5754266570
2 changed files with 0 additions and 3 deletions

View File

@ -15,8 +15,6 @@
#ifndef __PCI_EXPRESS_LIB_H__ #ifndef __PCI_EXPRESS_LIB_H__
#define __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 Macro that converts PCI Bus, PCI Device, PCI Function and PCI Register to an
address that can be passed to the PCI Library functions. address that can be passed to the PCI Library functions.

View File

@ -15,7 +15,6 @@
#ifndef __REPORT_STATUS_CODE_LIB_H__ #ifndef __REPORT_STATUS_CODE_LIB_H__
#define __REPORT_STATUS_CODE_LIB_H__ #define __REPORT_STATUS_CODE_LIB_H__
#include <ProcessorBind.h>
#include <Pi/PiMultiPhase.h> #include <Pi/PiMultiPhase.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>