summaryrefslogtreecommitdiffstats
path: root/accel/stubs/tcg-stub.c
diff options
context:
space:
mode:
authorAlex Bennée2019-05-17 13:35:03 +0200
committerAlex Bennée2019-10-28 16:12:38 +0100
commite4fbd37fc03c897e1824ae54bb044d27f8d1a083 (patch)
treed617ce4d10b3f9768b438f1dca95c005963fa225 /accel/stubs/tcg-stub.c
parenttests/plugin: add hotpages to analyse memory access patterns (diff)
downloadqemu-e4fbd37fc03c897e1824ae54bb044d27f8d1a083.tar.gz
qemu-e4fbd37fc03c897e1824ae54bb044d27f8d1a083.tar.xz
qemu-e4fbd37fc03c897e1824ae54bb044d27f8d1a083.zip
accel/stubs: reduce headers from tcg-stub
We don't need much for these. However I do wonder why these aren't just null inlines in exec-all.h Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/stubs/tcg-stub.c')
-rw-r--r--accel/stubs/tcg-stub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/accel/stubs/tcg-stub.c b/accel/stubs/tcg-stub.c
index e2d23edafe..677191a69c 100644
--- a/accel/stubs/tcg-stub.c
+++ b/accel/stubs/tcg-stub.c
@@ -11,7 +11,6 @@
*/
#include "qemu/osdep.h"
-#include "qemu-common.h"
#include "cpu.h"
#include "tcg/tcg.h"
#include "exec/exec-all.h"