mirror of https://github.com/acidanthera/audk.git
Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is needed for supported ACPI version(e.g. Acpi40.h, Acpi50.h).
Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13527 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3277a4e5ed
commit
96f0d1cab0
|
@ -15,8 +15,8 @@
|
|||
#ifndef _FIRMWARE_PERFORMANCE_GUID_H_
|
||||
#define _FIRMWARE_PERFORMANCE_GUID_H_
|
||||
|
||||
#include <IndustryStandard/Acpi50.h>
|
||||
#include <PiPei.h>
|
||||
#include <IndustryStandard/Acpi.h>
|
||||
#include <Ppi/SecPerformance.h>
|
||||
|
||||
///
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <Uefi.h>
|
||||
|
||||
#include <IndustryStandard/Acpi50.h>
|
||||
#include <IndustryStandard/Acpi.h>
|
||||
#include <IndustryStandard/Bmp.h>
|
||||
|
||||
#include <Protocol/AcpiTable.h>
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <IndustryStandard/Acpi50.h>
|
||||
|
||||
#include <Protocol/ReportStatusCodeHandler.h>
|
||||
#include <Protocol/AcpiTable.h>
|
||||
#include <Protocol/SmmCommunication.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
This module register report status code listener to collect performance data
|
||||
for S3 Resume Performance Record on S3 resume boot path.
|
||||
|
||||
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include <PiPei.h>
|
||||
|
||||
#include <IndustryStandard/Acpi50.h>
|
||||
|
||||
#include <Ppi/ReadOnlyVariable2.h>
|
||||
#include <Ppi/ReportStatusCodeHandler.h>
|
||||
#include <Ppi/SecPerformance.h>
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
#include <PiSmm.h>
|
||||
|
||||
#include <IndustryStandard/Acpi50.h>
|
||||
|
||||
#include <Protocol/SmmReportStatusCodeHandler.h>
|
||||
#include <Protocol/SmmAccess2.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue