From: Philippe Mathieu-Daudé Date: Tue, 30 Sep 2025 04:50:01 +0000 (+0200) Subject: system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header X-Git-Tag: v10.2.0-rc1~73^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb5ae9832728f766b66120fd23c7cf9db9d3ec2;p=thirdparty%2Fqemu.git system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header Nothing in "system/ram_addr.h" requires definitions from "exec/cpu-common.h", remove it. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Richard Henderson Message-Id: <20251001175448.18933-2-philmd@linaro.org> --- diff --git a/include/system/ram_addr.h b/include/system/ram_addr.h index 6b528338ef..f74a0ecee5 100644 --- a/include/system/ram_addr.h +++ b/include/system/ram_addr.h @@ -29,7 +29,6 @@ #include "qemu/rcu.h" #include "exec/hwaddr.h" -#include "exec/cpu-common.h" extern uint64_t total_dirty_pages;