mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-18 11:47:30 +00:00
HV: remove some redundant includes
vm_config.h has included types.h/acrn_common.h/vm_configurations.h, acrn_common.h has included types.h, so remove the redundant includes; Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
parent
41d87ea828
commit
1f93f7f46c
@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <vm_config.h>
|
||||
#include <acrn_common.h>
|
||||
#include <logmsg.h>
|
||||
#include <cat.h>
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <types.h>
|
||||
#include <acrn_common.h>
|
||||
#include <default_acpi_info.h>
|
||||
#include <platform_acpi_info.h>
|
||||
|
@ -50,7 +50,6 @@
|
||||
|
||||
#ifndef ASSEMBLER
|
||||
|
||||
#include <types.h>
|
||||
#include <acrn_common.h>
|
||||
#include <guest_memory.h>
|
||||
#include <virtual_cr.h>
|
||||
|
@ -13,10 +13,8 @@
|
||||
|
||||
#ifndef ASSEMBLER
|
||||
|
||||
#include <types.h>
|
||||
#include <bits.h>
|
||||
#include <spinlock.h>
|
||||
#include <acrn_common.h>
|
||||
#include <vcpu.h>
|
||||
#include <vioapic.h>
|
||||
#include <vpic.h>
|
||||
|
@ -5,8 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <vm_config.h>
|
||||
#include <vm_configurations.h>
|
||||
#include <acrn_common.h>
|
||||
#include <vuart.h>
|
||||
|
||||
struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
|
||||
|
@ -5,8 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <vm_config.h>
|
||||
#include <vm_configurations.h>
|
||||
#include <acrn_common.h>
|
||||
#include <vuart.h>
|
||||
|
||||
extern struct acrn_vm_pci_ptdev_config vm0_pci_ptdevs[VM0_CONFIG_PCI_PTDEV_NUM];
|
||||
|
@ -5,8 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <vm_config.h>
|
||||
#include <vm_configurations.h>
|
||||
#include <acrn_common.h>
|
||||
#include <vuart.h>
|
||||
|
||||
struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
|
||||
|
Loading…
Reference in New Issue
Block a user