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:
Victor Sun
2019-05-08 15:24:23 +08:00
committed by ACRN System Integration
parent 41d87ea828
commit 1f93f7f46c
7 changed files with 0 additions and 11 deletions

View File

@@ -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] = {

View File

@@ -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];

View File

@@ -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] = {