diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-05-17 12:35:03 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-28 15:12:38 +0000 |
commit | e4fbd37fc03c897e1824ae54bb044d27f8d1a083 (patch) | |
tree | d617ce4d10b3f9768b438f1dca95c005963fa225 /accel/stubs | |
parent | 12268df393726e4edea62d36fa98b7f4ddd388c5 (diff) |
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')
-rw-r--r-- | accel/stubs/tcg-stub.c | 1 |
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" |