diff mbox series

[PULL,v2,68/73] accel/stubs: reduce headers from tcg-stub

Message ID 20191025063713.23374-69-alex.bennee@linaro.org
State New
Headers show
Series [PULL,v2,01/73] travis.yml: reduce scope of the --enable-debug build | expand

Commit Message

Alex Bennée Oct. 25, 2019, 6:37 a.m. UTC
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>
diff mbox series

Patch

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"