mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +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:
@@ -26,8 +26,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <assert.h>
|
||||
#include <pthread.h>
|
||||
#include <stdbool.h>
|
||||
@@ -36,11 +34,8 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "acpi.h"
|
||||
#include "vmm.h"
|
||||
#include "vmmapi.h"
|
||||
#include "inout.h"
|
||||
#include "pci_core.h"
|
||||
#include "irq.h"
|
||||
#include "lpc.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user