From: Philippe Mathieu-Daudé Date: Fri, 4 Apr 2025 14:40:31 +0000 (+0200) Subject: hw/arm/xen-pvh: Remove unnecessary 'hw/xen/arch_hvm.h' header X-Git-Tag: v10.1.0-rc0~12^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187aad2896a3775941a9a02ce8d8a4a15970c1e6;p=thirdparty%2Fqemu.git hw/arm/xen-pvh: Remove unnecessary 'hw/xen/arch_hvm.h' header "hw/xen/arch_hvm.h" only declares the arch_handle_ioreq() and arch_xen_set_memory() prototypes, which are not used by xen-pvh.c. Remove the unnecessary header inclusion. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Xiaoyao Li Reviewed-by: Manos Pitsidianakis Message-Id: <20250715071528.46196-1-philmd@linaro.org> --- diff --git a/hw/arm/xen-pvh.c b/hw/arm/xen-pvh.c index 4b26bcff7a..1a9eeb01c8 100644 --- a/hw/arm/xen-pvh.c +++ b/hw/arm/xen-pvh.c @@ -10,7 +10,6 @@ #include "hw/boards.h" #include "system/system.h" #include "hw/xen/xen-pvh-common.h" -#include "hw/xen/arch_hvm.h" #define TYPE_XEN_ARM MACHINE_TYPE_NAME("xenpvh")