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:
lzeng14
2012-07-12 06:18:22 +00:00
parent 3277a4e5ed
commit 96f0d1cab0
5 changed files with 3 additions and 9 deletions

View File

@@ -18,8 +18,6 @@
#include <PiDxe.h>
#include <IndustryStandard/Acpi50.h>
#include <Protocol/ReportStatusCodeHandler.h>
#include <Protocol/AcpiTable.h>
#include <Protocol/SmmCommunication.h>