mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
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:
@@ -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'
|
||||
|
@@ -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>
|
||||
|
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <vm_config.h>
|
||||
#include <errno.h>
|
||||
#include <acrn_common.h>
|
||||
#include <logmsg.h>
|
||||
#include <cat.h>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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:
|
||||
*
|
||||
|
@@ -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>
|
||||
|
@@ -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 {
|
||||
|
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <types.h>
|
||||
#include <util.h>
|
||||
#include <boot_context.h>
|
||||
#include <acrn_common.h>
|
||||
|
@@ -2,8 +2,6 @@
|
||||
* Copyright (C) <2018> Intel Corporation
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
#include <vcpu.h>
|
||||
#include <spinlock.h>
|
||||
|
||||
/* NOTE:
|
||||
*
|
||||
|
Reference in New Issue
Block a user