We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9808d0 commit b86caf7Copy full SHA for b86caf7
include/hw/acpi/ipmi.h
@@ -9,7 +9,6 @@
9
#ifndef HW_ACPI_IPMI_H
10
#define HW_ACPI_IPMI_H
11
12
-#include "qemu/osdep.h"
13
#include "hw/acpi/aml-build.h"
14
15
/*
include/hw/cpu/core.h
#ifndef HW_CPU_CORE_H
#define HW_CPU_CORE_H
#include "hw/qdev.h"
#define TYPE_CPU_CORE "cpu-core"
include/hw/i2c/ppc4xx_i2c.h
@@ -25,7 +25,6 @@
25
#ifndef PPC4XX_I2C_H
26
#define PPC4XX_I2C_H
27
28
29
#include "qemu-common.h"
30
#include "hw/sysbus.h"
31
#include "hw/i2c/i2c.h"
0 commit comments