mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 12:49:24 +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:
@@ -34,8 +34,6 @@
|
||||
#include <errno.h>
|
||||
#include <irq.h>
|
||||
#include <assign.h>
|
||||
#include <mem_mgt.h>
|
||||
#include <pci.h>
|
||||
#include <logmsg.h>
|
||||
|
||||
#define RTBL_RO_BITS ((uint32_t)0x00004000U | (uint32_t)0x00001000U) /*Remote IRR and Delivery Status bits*/
|
||||
|
@@ -35,7 +35,6 @@
|
||||
*/
|
||||
|
||||
#include <vm.h>
|
||||
#include <errno.h>
|
||||
#include <pci.h>
|
||||
#include "vpci_priv.h"
|
||||
|
||||
|
Reference in New Issue
Block a user