diff options
author | Alex Bennée | 2020-11-10 20:23:12 +0100 |
---|---|---|
committer | Alex Bennée | 2020-11-16 12:07:56 +0100 |
commit | 4bdccdec70b27a474afd4711dddbbf5a56c2040a (patch) | |
tree | 84af34b32679d3c2d0c4776b52e1b558026daea5 /accel/stubs/hax-stub.c | |
parent | stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub (diff) | |
download | qemu-4bdccdec70b27a474afd4711dddbbf5a56c2040a.tar.gz qemu-4bdccdec70b27a474afd4711dddbbf5a56c2040a.tar.xz qemu-4bdccdec70b27a474afd4711dddbbf5a56c2040a.zip |
accel/stubs: drop unused cpu.h include
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201110192316.26397-7-alex.bennee@linaro.org>
Diffstat (limited to 'accel/stubs/hax-stub.c')
-rw-r--r-- | accel/stubs/hax-stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel/stubs/hax-stub.c b/accel/stubs/hax-stub.c index 1a9da83185..49077f88e3 100644 --- a/accel/stubs/hax-stub.c +++ b/accel/stubs/hax-stub.c @@ -14,7 +14,6 @@ */ #include "qemu/osdep.h" -#include "cpu.h" #include "sysemu/hax.h" int hax_sync_vcpus(void) |