Browse Source

exec/exec-all: remove dependency on cpu.h

Previous commit changed files relying transitively on it.

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-8-pierrick.bouvier@linaro.org>
pull/291/head
Pierrick Bouvier 1 year ago
committed by Richard Henderson
parent
commit
eab9254fec
  1. 1
      include/exec/exec-all.h

1
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

Loading…
Cancel
Save