On Thu, 2025-01-02 at 19:25 +0100, Philippe Mathieu-Daudé wrote: > Very few source files require to access "exec/tb-flush.h" > declarations, and except a pair, they all include it > explicitly. No need to overload the generic "user-internals.h". > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > linux-user/user-internals.h | 1 - > linux-user/mmap.c | 1 + > linux-user/syscall.c | 1 + > 3 files changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Ilya Leoshkevich <i...@linux.ibm.com>