diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-03-24 21:58:49 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:04:57 -0700 |
commit | 342e313d6c1a8e6da758bd642777b85af1a0fc37 (patch) | |
tree | e463c9db4522a851b662c2b139431aece5a49cd5 /include/exec/cpu-all.h | |
parent | 8d535c312ca5944622b3b74177eb12d8f6b7a7fa (diff) | |
download | qemu-342e313d6c1a8e6da758bd642777b85af1a0fc37.zip qemu-342e313d6c1a8e6da758bd642777b85af1a0fc37.tar.gz qemu-342e313d6c1a8e6da758bd642777b85af1a0fc37.tar.bz2 |
exec/cpu-all: remove system/memory include
We include this header where needed. When includes set already have
ifdef CONFIG_USER_ONLY, we add it here, else, we don't condition the
include.
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: <20250325045915.994760-5-pierrick.bouvier@linaro.org>
Diffstat (limited to 'include/exec/cpu-all.h')
-rw-r--r-- | include/exec/cpu-all.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h index be462c4..399fcbb 100644 --- a/include/exec/cpu-all.h +++ b/include/exec/cpu-all.h @@ -26,11 +26,6 @@ #include "hw/core/cpu.h" #include "exec/cpu-defs.h" #include "exec/target_page.h" -#ifndef CONFIG_USER_ONLY -#include "system/memory.h" -#endif - - #include "cpu.h" #endif /* CPU_ALL_H */ |