mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +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:
@@ -24,20 +24,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <assert.h>
|
||||
#include <openssl/md5.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <uuid/uuid.h>
|
||||
|
||||
#include "vmm.h"
|
||||
#include "vmmapi.h"
|
||||
#include "dm.h"
|
||||
#include "smbiostbl.h"
|
||||
|
||||
#define SMBIOS_BASE 0xF1000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user