mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-18 15:28:43 +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:
@@ -32,16 +32,13 @@
|
||||
* so it can be searched within the range.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "vmm.h"
|
||||
#include "types.h"
|
||||
#include "mem.h"
|
||||
#include "tree.h"
|
||||
|
||||
|
Reference in New Issue
Block a user