Only file units within the system/ directory need access to "memory-internal.h". Move it to system/ to restrict its scope.
Based-on: <20250314173139.2122904-1-pierrick.bouv...@linaro.org> Philippe Mathieu-Daudé (2): accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c exec: Restrict memory-internal.h to system/ MAINTAINERS | 2 +- {include/exec => system}/memory-internal.h | 6 ------ accel/tcg/cputlb.c | 1 - system/memory.c | 3 ++- system/physmem.c | 3 ++- 5 files changed, 5 insertions(+), 10 deletions(-) rename {include/exec => system}/memory-internal.h (88%) -- 2.47.1