aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-12-17 15:56:26 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-12-20 17:44:57 +0100
commit5d4ffa8962636cd4492b13f084e32586bdc6ee6f (patch)
treeaaa6086892fa0aa5bac41b43260b1d668609cc36 /include
parente8cd5053f01080db4472428184bd808bff852ba2 (diff)
downloadqemu-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.h1
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;