From: Philippe Mathieu-Daudé Date: Mon, 17 Mar 2025 16:13:28 +0000 (+0100) Subject: accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c X-Git-Tag: v10.1.0-rc0~117^2~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=261a0303ae4770cadaf02ec21da9b5e60076cd43;p=thirdparty%2Fqemu.git accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c At some point cputlb.c stopped depending on the "exec/memory-internal.h" header. Clean that now. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Reviewed-by: David Hildenbrand Signed-off-by: Richard Henderson Message-ID: <20250317161329.40300-2-philmd@linaro.org> --- diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c index 134e523cab3..613f919fffb 100644 --- a/accel/tcg/cputlb.c +++ b/accel/tcg/cputlb.c @@ -26,7 +26,6 @@ #include "exec/cpu_ldst.h" #include "exec/cputlb.h" #include "exec/tb-flush.h" -#include "exec/memory-internal.h" #include "system/ram_addr.h" #include "exec/mmu-access-type.h" #include "exec/tlb-common.h"