From: Pierrick Bouvier Date: Thu, 24 Apr 2025 23:28:23 +0000 (-0700) Subject: hw/hyperv/hyperv.h: header cleanup X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=690bc5f98ac3117407ce387b09f202eaea8223a6;p=thirdparty%2Fqemu.git hw/hyperv/hyperv.h: header cleanup Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Message-ID: <20250424232829.141163-3-pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/include/hw/hyperv/hyperv.h b/include/hw/hyperv/hyperv.h index d717b4e13d..63a8b65278 100644 --- a/include/hw/hyperv/hyperv.h +++ b/include/hw/hyperv/hyperv.h @@ -10,7 +10,8 @@ #ifndef HW_HYPERV_HYPERV_H #define HW_HYPERV_HYPERV_H -#include "cpu-qom.h" +#include "exec/hwaddr.h" +#include "hw/core/cpu.h" #include "hw/hyperv/hyperv-proto.h" typedef struct HvSintRoute HvSintRoute;