mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
linux-user: Only include 'exec/tb-flush.h' header when necessary
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é <philmd@linaro.org> Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20250102182521.65428-2-philmd@linaro.org>
This commit is contained in:
parent
d9a4282c4b
commit
c9ce8a1ffd
3 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "tcg/startup.h"
|
||||
#include "target_mman.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/tb-flush.h"
|
||||
#include "exec/translation-block.h"
|
||||
#include <elf.h>
|
||||
#include <endian.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue