hv:remove some unnecessary includes

remove some unnecessary includes,
some can cause reverse dependency.

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>

	modified:   acpi_parser/acpi_ext.c
	modified:   acpi_parser/dmar_parse.c
	modified:   boot/acpi_base.c
	modified:   boot/guest/direct_boot_info.c
	modified:   include/arch/x86/per_cpu.h
This commit is contained in:
Mingqiang Chi
2019-05-15 10:48:26 +08:00
committed by wenlingz
parent 49350634b1
commit 517cff1bbe
5 changed files with 0 additions and 5 deletions

View File

@@ -33,7 +33,6 @@
#include <pgtable.h>
#include <ioapic.h>
#include <logmsg.h>
#include <host_pm.h>
#include <acrn_common.h>
#define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Ptr */

View File

@@ -9,7 +9,6 @@
#include <sprintf.h>
#include <multiboot.h>
#include <pgtable.h>
#include <guest_memory.h>
#include <zeropage.h>
#include <seed.h>
#include <mmu.h>