From: Pierrick Bouvier Date: Mon, 17 Mar 2025 18:34:06 +0000 (-0700) Subject: exec/exec-all: remove dependency on cpu.h X-Git-Tag: v10.1.0-rc0~117^2~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eab9254fecb57666cd6e550b57d6e56321bc9ba7;p=thirdparty%2Fqemu.git exec/exec-all: remove dependency on cpu.h Previous commit changed files relying transitively on it. Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Signed-off-by: Richard Henderson Message-ID: <20250317183417.285700-8-pierrick.bouvier@linaro.org> --- diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h index dd5c40f2233..19b0eda44a7 100644 --- a/include/exec/exec-all.h +++ b/include/exec/exec-all.h @@ -20,7 +20,6 @@ #ifndef EXEC_ALL_H #define EXEC_ALL_H -#include "cpu.h" #if defined(CONFIG_USER_ONLY) #include "exec/cpu_ldst.h" #endif