From: Philippe Mathieu-Daudé Date: Mon, 7 Feb 2022 08:27:50 +0000 (+0100) Subject: hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header X-Git-Tag: v7.0.0-rc0~45^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57482172d514c5528cf2931e9f736b6e6f8dcedd;p=thirdparty%2Fqemu.git hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Reviewed-by: Igor Mammedov Message-Id: <20220207082756.82600-4-f4bug@amsat.org> Signed-off-by: Thomas Huth --- diff --git a/hw/acpi/memory_hotplug.c b/hw/acpi/memory_hotplug.c index a581a2183b2..0a7e89a13ee 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"