]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/SmmCpuFeaturesLib: remove unneeded #includes and LibraryClasses
authorLaszlo Ersek <lersek@redhat.com>
Thu, 1 Mar 2018 18:20:37 +0000 (19:20 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 6 Mar 2018 12:30:22 +0000 (13:30 +0100)
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Brijesh Singh <brijesh.singh@amd.com>
Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c
OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf

index 75b9ce0e2b12743b9ac815e147f5d8bcfced322b..13d929a983be920b5dca888dcd87bf5594853800 100644 (file)
@@ -15,8 +15,6 @@
 #include <Library/BaseLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/DebugLib.h>\r
-#include <Library/MemoryAllocationLib.h>\r
-#include <Library/PcdLib.h>\r
 #include <Library/SmmCpuFeaturesLib.h>\r
 #include <Library/SmmServicesTableLib.h>\r
 #include <PiSmm.h>\r
index 9448bb16667174b82a8e8825e36ea2ca5e56097b..5184abbf21bd1e88d0c7481e927c0c30e59bcb3e 100644 (file)
@@ -36,5 +36,4 @@
   BaseLib\r
   BaseMemoryLib\r
   DebugLib\r
-  PcdLib\r
   SmmServicesTableLib\r