summary refs log tree commit diff stats
path: root/accel/stubs/hax-stub.c
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-11-10 19:23:12 +0000
committerAlex Bennée <alex.bennee@linaro.org>2020-11-16 11:07:56 +0000
commit4bdccdec70b27a474afd4711dddbbf5a56c2040a (patch)
tree84af34b32679d3c2d0c4776b52e1b558026daea5 /accel/stubs/hax-stub.c
parentd67ef04cb8cb16012d6493ef879b7889c2e962f2 (diff)
downloadfocaccia-qemu-4bdccdec70b27a474afd4711dddbbf5a56c2040a.tar.gz
focaccia-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)