]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
accel/tcg: Remove cpu-all.h, exec-all.h from tb-internal.h
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 Mar 2025 22:07:09 +0000 (17:07 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
Not used by tb-internal.h, but add an include for
target_page.h in tb-maint.c.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/tb-internal.h
accel/tcg/tb-maint.c

index f7c2073e2914ef62fc6974688833efc1790f2eba..f9a06bcbabb691e055d9a0a4c556915a79e177a3 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef ACCEL_TCG_TB_INTERNAL_TARGET_H
 #define ACCEL_TCG_TB_INTERNAL_TARGET_H
 
-#include "exec/cpu-all.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 
 /*
index d5899ad0475909de6b54c6f565375fb7d2362f4b..df3438e190248ad376cae9d9d97a5f5007ea3c61 100644 (file)
@@ -26,6 +26,7 @@
 #include "exec/page-protection.h"
 #include "exec/mmap-lock.h"
 #include "exec/tb-flush.h"
+#include "exec/target_page.h"
 #include "tb-internal.h"
 #include "system/tcg.h"
 #include "tcg/tcg.h"