mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 06:49:25 +00:00
DM: 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:
@@ -34,13 +34,9 @@
|
||||
#include <sys/mount.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "vmm.h"
|
||||
#include "vhm_ioctl_defs.h"
|
||||
#include "vmmapi.h"
|
||||
|
||||
#define HUGETLB_LV1 0
|
||||
|
Reference in New Issue
Block a user