From: Philippe Mathieu-Daudé Date: Tue, 17 Dec 2024 14:56:26 +0000 (+0100) Subject: system/numa: Remove unnecessary 'exec/cpu-common.h' header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d4ffa8962636cd4492b13f084e32586bdc6ee6f;p=qemu.git 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é Reviewed-by: Richard Henderson Reviewed-by: Zhao Liu Message-Id: <20241217151305.29196-3-philmd@linaro.org> --- diff --git a/include/system/numa.h b/include/system/numa.h index 96d4ff9b85..1044b0eb6e 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;