diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-17 15:56:26 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:57 +0100 |
commit | 5d4ffa8962636cd4492b13f084e32586bdc6ee6f (patch) | |
tree | aaa6086892fa0aa5bac41b43260b1d668609cc36 /include | |
parent | e8cd5053f01080db4472428184bd808bff852ba2 (diff) | |
download | qemu-5d4ffa8962636cd4492b13f084e32586bdc6ee6f.zip qemu-5d4ffa8962636cd4492b13f084e32586bdc6ee6f.tar.gz qemu-5d4ffa8962636cd4492b13f084e32586bdc6ee6f.tar.bz2 |
system/numa: Remove unnecessary 'exec/cpu-common.h' header
Nothing requires definitions from "exec/cpu-common.h",
do not include this header.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20241217151305.29196-3-philmd@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/system/numa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/system/numa.h b/include/system/numa.h index 96d4ff9..1044b0e 100644 --- a/include/system/numa.h +++ b/include/system/numa.h @@ -3,7 +3,6 @@ #include "qemu/bitmap.h" #include "qapi/qapi-types-machine.h" -#include "exec/cpu-common.h" struct CPUArchId; |