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:
Zide Chen
2018-05-31 08:57:51 -07:00
committed by lijinxia
parent a9ee6da0d9
commit df4ab92e81
48 changed files with 2 additions and 225 deletions

View File

@@ -50,7 +50,6 @@
* DSDT -> 0xf2800 (variable - can go up to 0x100000)
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <errno.h>
@@ -63,8 +62,6 @@
#include <stdbool.h>
#include <fcntl.h>
#include "vmm.h"
#include "vmmapi.h"
#include "dm.h"
#include "acpi.h"
#include "pci_core.h"

View File

@@ -9,9 +9,7 @@
#include <string.h>
#include <stdbool.h>
#include "vmm.h"
#include "vmmapi.h"
#include "dm.h"
#include "acpi.h"
static inline int get_vcpu_pm_info(struct vmctx *ctx, int vcpu_id,