]> git.proxmox.com Git - mirror_qemu.git/commitdiff
accel/stubs: reduce headers from tcg-stub
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 17 May 2019 11:35:03 +0000 (12:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
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>
accel/stubs/tcg-stub.c

index e2d23edafe04e5bbe8b9953363c58e0443445841..677191a69cf2630677829cafa6f37d6669cefc22 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "cpu.h"
 #include "tcg/tcg.h"
 #include "exec/exec-all.h"