diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-11-13 23:07:12 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:56 +0100 |
commit | 600c63d4dc5b2f036a21534bc1ea0640c64c1628 (patch) | |
tree | 78acf595d29aa0cbe7db7869770252ffae1bc9f2 /include/exec | |
parent | 1f52d85e36e3c87ddfe04807fb9bbe57ee023a05 (diff) | |
download | qemu-600c63d4dc5b2f036a21534bc1ea0640c64c1628.zip qemu-600c63d4dc5b2f036a21534bc1ea0640c64c1628.tar.gz qemu-600c63d4dc5b2f036a21534bc1ea0640c64c1628.tar.bz2 |
exec/cpu-defs: Remove unnecessary headers
"exec/cpu-defs.h" should be kept as minimal as possible;
besides these includes don't seem necessary. Remove them.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241114011310.3615-3-philmd@linaro.org>
Diffstat (limited to 'include/exec')
-rw-r--r-- | include/exec/cpu-defs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 0dbef30..ae18398 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -23,14 +23,6 @@ #error cpu.h included from common code #endif -#include "qemu/host-utils.h" -#include "qemu/thread.h" -#ifndef CONFIG_USER_ONLY -#include "exec/hwaddr.h" -#endif -#include "exec/memattrs.h" -#include "hw/core/cpu.h" - #include "cpu-param.h" #ifndef TARGET_LONG_BITS |