mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +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:
@@ -7,7 +7,6 @@
|
||||
#include <vm.h>
|
||||
#include <vmcs.h>
|
||||
#include <schedule.h>
|
||||
#include <hypercall.h>
|
||||
#include <version.h>
|
||||
#include <reloc.h>
|
||||
#include <vtd.h>
|
||||
|
@@ -3,7 +3,6 @@
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
#include <types.h>
|
||||
#include <logmsg.h>
|
||||
|
||||
void __stack_chk_fail(void)
|
||||
|
@@ -6,7 +6,6 @@
|
||||
|
||||
#include <vm.h>
|
||||
#include <errno.h>
|
||||
#include <hypercall.h>
|
||||
#include <logmsg.h>
|
||||
|
||||
#define ACRN_DBG_TRUSTY_HYCALL 6U
|
||||
|
Reference in New Issue
Block a user