mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-25 02:40:37 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user