From 57542665705a63460d993697966cbe254d844c19 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 12 Nov 2008 06:09:02 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Library/PciExpressLib.h | 2 -- MdePkg/Include/Library/ReportStatusCodeLib.h | 1 - 2 files changed, 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 - /** 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 #include #include