OvmfPkg/ResetSystemLib: Add missing dependency on PciLib

Add missing dependency on PciLib
and remove extra includes of OvmfPlatforms.h.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20190813113119.14804-2-anthony.perard@citrix.com>
This commit is contained in:
Anthony PERARD 2019-08-13 12:30:45 +01:00 committed by Laszlo Ersek
parent 30781febe2
commit aaebea27da
2 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,10 @@
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/IoLib.h>
#include <Library/PciLib.h>
#include <Library/TimerLib.h>
#include <OvmfPlatforms.h>
#include <OvmfPlatforms.h>
VOID
AcpiPmControl (
UINTN SuspendType

View File

@ -30,4 +30,5 @@
[LibraryClasses]
DebugLib
IoLib
PciLib
TimerLib