diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 04:57:52 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 04:57:52 +0000 |
commit | 914268946128cfb2e28aa92dd184ffd85cf1d723 (patch) | |
tree | 5eff35d8297f1eca77738cc0241f09cca6eefce2 /MdeModulePkg/Core/RuntimeDxe | |
parent | 0a97e5ccf6bdc2e6aa6414e825de7ee4b9da9de9 (diff) | |
download | edk2-platforms-914268946128cfb2e28aa92dd184ffd85cf1d723.tar.xz |
Remove over specific library class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6387 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/RuntimeDxe')
-rw-r--r-- | MdeModulePkg/Core/RuntimeDxe/Runtime.h | 1 | ||||
-rw-r--r-- | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.h b/MdeModulePkg/Core/RuntimeDxe/Runtime.h index c8362c9976..703be48ae0 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.h +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.h @@ -24,7 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/UefiDriverEntryPoint.h>
#include <Library/DebugLib.h>
#include <Library/ReportStatusCodeLib.h>
-#include <Library/BaseMemoryLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/CacheMaintenanceLib.h>
diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 99e31a5c89..8979d6aec5 100644 --- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf +++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf @@ -46,7 +46,6 @@ CacheMaintenanceLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
- BaseMemoryLib
ReportStatusCodeLib
DebugLib
UefiDriverEntryPoint
|