@samitouri / QOSamiQemu / commits / 464e0ff099

accel/tcg: remove duplicate include

tb-internal.h is included twice Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Tested-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Message-ID: <20251126214322.64855-1-osama.abdelkader@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>

Osama Abdelkader committed Nov 26, 2025 at 23:43 UTC 464e0ff09925f476ce0fc5d0164ee5327a00083e
3 files changed -3
accel/tcg/cputlb.c
-1
@@ -44,7 +44,6 @@
44 #include "tb-internal.h"
45 #include "trace.h"
46 #include "tb-hash.h"
47 -#include "tb-internal.h"
47 #include "tlb-bounds.h"
48 #include "internal-common.h"
49 #ifdef CONFIG_PLUGIN
accel/tcg/tb-maint.c
-1
@@ -32,7 +32,6 @@
32 #include "tcg/tcg.h"
33 #include "tb-hash.h"
34 #include "tb-context.h"
35 -#include "tb-internal.h"
35 #include "internal-common.h"
36 #ifdef CONFIG_USER_ONLY
37 #include "user/page-protection.h"
accel/tcg/translate-all.c
-1
@@ -33,7 +33,6 @@
33 #include "tb-jmp-cache.h"
34 #include "tb-hash.h"
35 #include "tb-context.h"
36 -#include "tb-internal.h"
36 #include "internal-common.h"
37 #include "tcg/perf.h"
38 #include "tcg/insn-start-words.h"