mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv:remove some unnecessary includes
--remove unnecessary includes --remove unnecssary forward-declaration for 'struct vhm_request' Tracked-On: #861 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
72232daafe
commit
de0a5a48d6
@@ -10,7 +10,6 @@
|
||||
#include <vmexit.h>
|
||||
#include <irq.h>
|
||||
#include <schedule.h>
|
||||
#include <softirq.h>
|
||||
#include <profiling.h>
|
||||
#include <trace.h>
|
||||
#include <logmsg.h>
|
||||
|
@@ -7,7 +7,6 @@
|
||||
#include <vm.h>
|
||||
#include <e820.h>
|
||||
#include <zeropage.h>
|
||||
#include <boot_context.h>
|
||||
#include <ept.h>
|
||||
#include <mmu.h>
|
||||
#include <multiboot.h>
|
||||
|
Reference in New Issue
Block a user