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:
Mingqiang Chi
2019-05-06 11:10:03 +08:00
committed by wenlingz
parent b68aee6ef1
commit da9ed0eda9
22 changed files with 2 additions and 28 deletions

View File

@@ -37,6 +37,7 @@
#ifndef CPU_H
#define CPU_H
#include <types.h>
/* Define CPU stack alignment */
#define CPU_STACK_ALIGN 16UL

View File

@@ -6,6 +6,7 @@
#ifndef UTIL_H
#define UTIL_H
#include <types.h>
#define offsetof(st, m) __builtin_offsetof(st, m)
#define va_start __builtin_va_start