hv:remove some unnecessary includes

remove some unnecessary includes

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
Mingqiang Chi
2019-05-06 11:10:03 +08:00
committed by wenlingz
parent b68aee6ef1
commit da9ed0eda9
22 changed files with 2 additions and 28 deletions

View File

@@ -14,8 +14,6 @@
* The real page table and gdt will be setup in C main entry.
*/
#include <spinlock.h>
/* NOTE:
*
* MISRA C requires that all unsigned constants should have the suffix 'U'

View File

@@ -9,7 +9,6 @@
#include <cpu_caps.h>
#include <cpufeatures.h>
#include <cpuid.h>
#include <msr.h>
#include <errno.h>
#include <logmsg.h>
#include <cat.h>

View File

@@ -5,7 +5,6 @@
*/
#include <vm_config.h>
#include <errno.h>
#include <acrn_common.h>
#include <logmsg.h>
#include <cat.h>

View File

@@ -9,7 +9,6 @@
#include <sprintf.h>
#include <vm.h>
#include <bits.h>
#include <uart16550.h>
#include <e820.h>
#include <multiboot.h>
#include <vtd.h>
@@ -22,7 +21,6 @@
#include <pgtable.h>
#include <mmu.h>
#include <logmsg.h>
#include <cat.h>
#include <firmware.h>
#include <board.h>

View File

@@ -5,13 +5,8 @@
*/
#include <vmcs.h>
#include <msr.h>
#include <guest_memory.h>
#include <vm.h>
#include <vcpu.h>
#include <cpu.h>
#include <security.h>
#include <types.h>
/* NOTE:
*

View File

@@ -12,7 +12,6 @@
#include <pgtable.h>
#include <host_pm.h>
#include <trampoline.h>
#include <msr.h>
#include <vmx.h>
#include <console.h>
#include <ioapic.h>

View File

@@ -9,7 +9,6 @@
#include <pgtable.h>
#include <rtl.h>
#include <seed.h>
#include "seed_abl.h"
#define ABL_SEED_LEN 32U
struct abl_seed_info {

View File

@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <types.h>
#include <util.h>
#include <boot_context.h>
#include <acrn_common.h>

View File

@@ -2,8 +2,6 @@
* Copyright (C) <2018> Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <vcpu.h>
#include <spinlock.h>
/* NOTE:
*