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:
Mingqiang Chi
2019-10-12 16:32:02 +08:00
committed by ACRN System Integration
parent 72232daafe
commit de0a5a48d6
14 changed files with 1 additions and 17 deletions

View File

@@ -13,8 +13,6 @@
#ifndef HYPERCALL_H
#define HYPERCALL_H
struct vhm_request;
bool is_hypercall_from_ring0(void);
/**