From: Peter Maydell Date: Mon, 25 Sep 2023 11:04:29 +0000 (+0100) Subject: target/arm/kvm64.c: Remove unused include X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4fd79a96ea9149a7ea8fba5c0ea74ff5f9f02139;p=qmiga%2Fqemu.git target/arm/kvm64.c: Remove unused include The include of hw/arm/virt.h in kvm64.c is unnecessary and also a layering violation since the generic KVM code shouldn't need to know anything about board-specifics. The include line is an accidental leftover from commit 15613357ba53a4763, where we cleaned up the code to not depend on virt board internals but forgot to also remove the now-redundant include line. Signed-off-by: Peter Maydell Reviewed-by: Gavin Shan Reviewed-by: Philippe Mathieu-Daudé Message-id: 20230925110429.3917202-1-peter.maydell@linaro.org --- diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c index 558c0b88dd..4bb68646e4 100644 --- a/target/arm/kvm64.c +++ b/target/arm/kvm64.c @@ -30,7 +30,6 @@ #include "internals.h" #include "hw/acpi/acpi.h" #include "hw/acpi/ghes.h" -#include "hw/arm/virt.h" static bool have_guest_debug;