summaryrefslogtreecommitdiffstats
path: root/accel/stubs/hax-stub.c
diff options
context:
space:
mode:
authorAlex Bennée2020-11-10 20:23:12 +0100
committerAlex Bennée2020-11-16 12:07:56 +0100
commit4bdccdec70b27a474afd4711dddbbf5a56c2040a (patch)
tree84af34b32679d3c2d0c4776b52e1b558026daea5 /accel/stubs/hax-stub.c
parentstubs/xen-hw-stub: drop xenstore_store_pv_console_info stub (diff)
downloadqemu-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.c1
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)