aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-02-07 09:27:50 +0100
committerThomas Huth <thuth@redhat.com>2022-02-21 10:18:06 +0100
commit57482172d514c5528cf2931e9f736b6e6f8dcedd (patch)
tree1a247c88bbeef07ee12e4e880a0e15448e8f298f /hw/acpi
parent83bb745154b255643d692b411285c263b591bbd4 (diff)
downloadqemu-57482172d514c5528cf2931e9f736b6e6f8dcedd.zip
qemu-57482172d514c5528cf2931e9f736b6e6f8dcedd.tar.gz
qemu-57482172d514c5528cf2931e9f736b6e6f8dcedd.tar.bz2
hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20220207082756.82600-4-f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/acpi')
-rw-r--r--hw/acpi/memory_hotplug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/acpi/memory_hotplug.c b/hw/acpi/memory_hotplug.c
index a581a21..0a7e89a 100644
--- a/hw/acpi/memory_hotplug.c
+++ b/hw/acpi/memory_hotplug.c
@@ -1,6 +1,5 @@
#include "qemu/osdep.h"
#include "hw/acpi/memory_hotplug.h"
-#include "hw/acpi/pc-hotplug.h"
#include "hw/mem/pc-dimm.h"
#include "hw/qdev-core.h"
#include "migration/vmstate.h"