summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-12 06:09:02 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-12 06:09:02 +0000
commit57542665705a63460d993697966cbe254d844c19 (patch)
tree5542da26a14d1cf60a7ed6e715aaae585f29111b /MdePkg
parent83497f5d1fbfda36739b38aa961bcd779f4e519a (diff)
downloadedk2-57542665705a63460d993697966cbe254d844c19.tar.gz
edk2-57542665705a63460d993697966cbe254d844c19.tar.bz2
edk2-57542665705a63460d993697966cbe254d844c19.zip
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
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/PciExpressLib.h2
-rw-r--r--MdePkg/Include/Library/ReportStatusCodeLib.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/PciExpressLib.h b/MdePkg/Include/Library/PciExpressLib.h
index 5e70735237..a3c3ddae78 100644
--- a/MdePkg/Include/Library/PciExpressLib.h
+++ b/MdePkg/Include/Library/PciExpressLib.h
@@ -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.
diff --git a/MdePkg/Include/Library/ReportStatusCodeLib.h b/MdePkg/Include/Library/ReportStatusCodeLib.h
index b07b4adaa9..14c6884cb1 100644
--- a/MdePkg/Include/Library/ReportStatusCodeLib.h
+++ b/MdePkg/Include/Library/ReportStatusCodeLib.h
@@ -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>