Skip to content

Commit b86caf7

Browse files
philmdMichael Tokarev
authored and
Michael Tokarev
committed
hw: remove "qemu/osdep.h" from header files
applied using ./scripts/clean-includes Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Peter Maydell <[email protected]> Reviewed-by: Corey Minyard <[email protected]> Tested-by: Corey Minyard <[email protected]> Signed-off-by: Michael Tokarev <[email protected]>
1 parent e9808d0 commit b86caf7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

include/hw/acpi/ipmi.h

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#ifndef HW_ACPI_IPMI_H
1010
#define HW_ACPI_IPMI_H
1111

12-
#include "qemu/osdep.h"
1312
#include "hw/acpi/aml-build.h"
1413

1514
/*

include/hw/cpu/core.h

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#ifndef HW_CPU_CORE_H
1010
#define HW_CPU_CORE_H
1111

12-
#include "qemu/osdep.h"
1312
#include "hw/qdev.h"
1413

1514
#define TYPE_CPU_CORE "cpu-core"

include/hw/i2c/ppc4xx_i2c.h

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#ifndef PPC4XX_I2C_H
2626
#define PPC4XX_I2C_H
2727

28-
#include "qemu/osdep.h"
2928
#include "qemu-common.h"
3029
#include "hw/sysbus.h"
3130
#include "hw/i2c/i2c.h"

0 commit comments

Comments
 (0)