diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-03-24 21:59:00 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:04:57 -0700 |
| commit | 0df783b2fbeca9aa3cc19adafb9a4ec7f97e3a6d (patch) | |
| tree | cb9e9ad6150d82638d91a0264c865a593f254735 /hw/hyperv/hyperv.c | |
| parent | d97c3b06de5bdd885f0ee3d8153326acd3db480e (diff) | |
| download | focaccia-qemu-0df783b2fbeca9aa3cc19adafb9a4ec7f97e3a6d.tar.gz focaccia-qemu-0df783b2fbeca9aa3cc19adafb9a4ec7f97e3a6d.zip | |
exec/cpu-all: remove this header
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250325045915.994760-16-pierrick.bouvier@linaro.org>
Diffstat (limited to 'hw/hyperv/hyperv.c')
| -rw-r--r-- | hw/hyperv/hyperv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/hyperv/hyperv.c b/hw/hyperv/hyperv.c index c487f13e2f..8f193fd0bd 100644 --- a/hw/hyperv/hyperv.c +++ b/hw/hyperv/hyperv.c @@ -24,7 +24,6 @@ #include "qom/object.h" #include "target/i386/kvm/hyperv-proto.h" #include "target/i386/cpu.h" -#include "exec/cpu-all.h" #include "exec/target_page.h" struct SynICState { |