From 18d2d5ab9e9424ed55ad65517f40f90824cfe3be Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 15 Oct 2008 07:18:19 +0000 Subject: [PATCH] Remove over specific usage for library class git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6117 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c | 1 - MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf | 1 - MdePkg/Library/HiiLib/HiiLib.inf | 2 -- MdePkg/Library/HiiLib/InternalHiiLib.h | 2 -- MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf | 2 +- MdePkg/Library/PeiPcdLib/PeiPcdLib.c | 1 - MdePkg/Library/PeiPcdLib/PeiPcdLib.inf | 1 - MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h | 1 - MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf | 1 - 9 files changed, 1 insertion(+), 11 deletions(-) diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c index ea9f5071ea..18555d1d4f 100644 --- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c +++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c @@ -19,7 +19,6 @@ #include #include #include -#include #include "BaseUefiDecompressLibInternals.h" diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf index 3e7305095b..7e4badcb68 100644 --- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf +++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf @@ -40,6 +40,5 @@ [LibraryClasses] BaseLib - BaseMemoryLib DebugLib diff --git a/MdePkg/Library/HiiLib/HiiLib.inf b/MdePkg/Library/HiiLib/HiiLib.inf index db3769a030..422d67d1b3 100644 --- a/MdePkg/Library/HiiLib/HiiLib.inf +++ b/MdePkg/Library/HiiLib/HiiLib.inf @@ -44,8 +44,6 @@ BaseMemoryLib BaseLib DebugLib - PcdLib - UefiRuntimeServicesTableLib UefiBootServicesTableLib DevicePathLib UefiLib diff --git a/MdePkg/Library/HiiLib/InternalHiiLib.h b/MdePkg/Library/HiiLib/InternalHiiLib.h index 255939152a..18d168ec70 100644 --- a/MdePkg/Library/HiiLib/InternalHiiLib.h +++ b/MdePkg/Library/HiiLib/InternalHiiLib.h @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include #include diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf index 3d4046f9cd..af8adae9ea 100644 --- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf +++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf @@ -38,4 +38,4 @@ [LibraryClasses] BaseLib - DebugLib \ No newline at end of file + DebugLib diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c index 248512ed01..93e777b54a 100644 --- a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c +++ b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c @@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include -#include #include /** diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf b/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf index 28dfa794aa..9294018055 100644 --- a/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf +++ b/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf @@ -41,7 +41,6 @@ [LibraryClasses] BaseMemoryLib - PeiServicesTablePointerLib PeiServicesLib DebugLib diff --git a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h index b5d0a76262..9e7142d63c 100644 --- a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h +++ b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h @@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include -#include #include #include diff --git a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf index 05a6ae2315..90c6157efb 100644 --- a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf +++ b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf @@ -41,7 +41,6 @@ [LibraryClasses] BaseMemoryLib - PeiServicesTablePointerLib PeiServicesLib DebugLib -- 2.39.2