diff options
author | Bernhard Beschow <shentey@gmail.com> | 2023-09-08 10:42:30 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-10-04 18:15:05 -0400 |
commit | 4f70dd5f6366ac04b0f67d026ee2e17eb35daa45 (patch) | |
tree | 2ab140430106e5a06f768dc294daa17648d3a1ee /include | |
parent | c461f3e3820f2a033e7eed08689060328b31dcbf (diff) | |
download | qemu-4f70dd5f6366ac04b0f67d026ee2e17eb35daa45.zip qemu-4f70dd5f6366ac04b0f67d026ee2e17eb35daa45.tar.gz qemu-4f70dd5f6366ac04b0f67d026ee2e17eb35daa45.tar.bz2 |
hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
The "hw/boards.h" is unused since the previous commit. Since its removal
requires include fixes in various unrelated files to keep the code compiling it
has been split in a dedicated commit.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230908084234.17642-5-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/acpi/acpi_dev_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/acpi/acpi_dev_interface.h b/include/hw/acpi/acpi_dev_interface.h index ca92928..68d9d15 100644 --- a/include/hw/acpi/acpi_dev_interface.h +++ b/include/hw/acpi/acpi_dev_interface.h @@ -3,7 +3,6 @@ #include "qapi/qapi-types-acpi.h" #include "qom/object.h" -#include "hw/boards.h" #include "hw/qdev-core.h" /* These values are part of guest ABI, and can not be changed */ |