diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-03-17 11:34:07 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 13:52:25 -0700 |
| commit | 9ed7bcff051217d4cdeefc97ef3f4b41ab2fbfbe (patch) | |
| tree | 46efc296caa27c982e2d1a303b6ead188d5c824c /include/exec/memory-internal.h | |
| parent | eab9254fecb57666cd6e550b57d6e56321bc9ba7 (diff) | |
| download | focaccia-qemu-9ed7bcff051217d4cdeefc97ef3f4b41ab2fbfbe.tar.gz focaccia-qemu-9ed7bcff051217d4cdeefc97ef3f4b41ab2fbfbe.zip | |
exec/memory-internal: remove dependency on cpu.h
Needed so compilation units including it can be common. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250317183417.285700-9-pierrick.bouvier@linaro.org>
Diffstat (limited to 'include/exec/memory-internal.h')
| -rw-r--r-- | include/exec/memory-internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/memory-internal.h b/include/exec/memory-internal.h index 100c1237ac..b729f3b25a 100644 --- a/include/exec/memory-internal.h +++ b/include/exec/memory-internal.h @@ -20,8 +20,6 @@ #ifndef MEMORY_INTERNAL_H #define MEMORY_INTERNAL_H -#include "cpu.h" - #ifndef CONFIG_USER_ONLY static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv) { |