]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 17 Mar 2025 16:13:28 +0000 (17:13 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:29 +0000 (14:08 -0700)
At some point cputlb.c stopped depending on the
"exec/memory-internal.h" header. Clean that now.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250317161329.40300-2-philmd@linaro.org>

accel/tcg/cputlb.c

index 134e523cab31289a5f9b821e6552e8154aeb8b4c..613f919fffb2c33aa774fe8934bb82e18b17d7c7 100644 (file)
@@ -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"