From: Alex Bennée Date: Fri, 17 May 2019 11:35:03 +0000 (+0100) Subject: accel/stubs: reduce headers from tcg-stub X-Git-Tag: v4.2.0-rc0~20^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4fbd37fc03c897e1824ae54bb044d27f8d1a083;p=thirdparty%2Fqemu.git 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 Reviewed-by: Richard Henderson --- diff --git a/accel/stubs/tcg-stub.c b/accel/stubs/tcg-stub.c index e2d23edafe0..677191a69cf 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"