diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-11-10 19:23:12 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-11-16 11:07:56 +0000 |
commit | 4bdccdec70b27a474afd4711dddbbf5a56c2040a (patch) | |
tree | 84af34b32679d3c2d0c4776b52e1b558026daea5 /accel/stubs | |
parent | d67ef04cb8cb16012d6493ef879b7889c2e962f2 (diff) |
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')
-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) |