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:
Zide Chen
2018-05-21 13:24:26 -07:00
committed by lijinxia
parent 8db85ecb25
commit d594878e31
24 changed files with 0 additions and 35 deletions

View File

@@ -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) */

View File

@@ -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)

View File

@@ -8,7 +8,6 @@
* constants.
*/
#include <types.h>
#include <hv_lib.h>
#include <acrn_common.h>
#include <hv_arch.h>