mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
HV: cleanup for header inclusions.
used https://gitlab.com/esr/deheader to detect and remove unnecessary header file inclusions Signed-off-by: Zide Chen <zide.chen@intel.com>
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
#include <hv_arch.h>
|
||||
#include <hv_debug.h>
|
||||
#include <hypervisor.h>
|
||||
#include <util.h>
|
||||
#include <macros.h>
|
||||
|
||||
/************************************************************************/
|
||||
/* Memory pool declaration (block size = MALLOC_ALIGN) */
|
||||
|
@@ -30,8 +30,6 @@
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include <hv_lib.h>
|
||||
#include <acrn_common.h>
|
||||
#include <hv_arch.h>
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *) 0)
|
||||
|
@@ -8,7 +8,6 @@
|
||||
* constants.
|
||||
*/
|
||||
|
||||
#include <types.h>
|
||||
#include <hv_lib.h>
|
||||
#include <acrn_common.h>
|
||||
#include <hv_arch.h>
|
||||
|
Reference in New Issue
Block a user