diff options
author | Thomas Huth | 2021-04-16 19:13:12 +0200 |
---|---|---|
committer | Laurent Vivier | 2021-05-02 17:24:51 +0200 |
commit | ead62c75f618c072a3a18221fd03ae99ae923cca (patch) | |
tree | 207336c79c2000f784c354b36514db80a6dc607f /hw/acpi/cpu.c | |
parent | Do not include sysemu/sysemu.h if it's not really necessary (diff) | |
download | qemu-ead62c75f618c072a3a18221fd03ae99ae923cca.tar.gz qemu-ead62c75f618c072a3a18221fd03ae99ae923cca.tar.xz qemu-ead62c75f618c072a3a18221fd03ae99ae923cca.zip |
Do not include hw/boards.h if it's not really necessary
Stop including hw/boards.h in files that don't need it.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210416171314.2074665-3-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/acpi/cpu.c')
-rw-r--r-- | hw/acpi/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/acpi/cpu.c b/hw/acpi/cpu.c index e2317be546..f82e9512fd 100644 --- a/hw/acpi/cpu.c +++ b/hw/acpi/cpu.c @@ -1,5 +1,4 @@ #include "qemu/osdep.h" -#include "hw/boards.h" #include "migration/vmstate.h" #include "hw/acpi/cpu.h" #include "qapi/error.h" |