]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 30 Sep 2025 04:50:01 +0000 (06:50 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Oct 2025 03:03:56 +0000 (05:03 +0200)
Nothing in "system/ram_addr.h" requires definitions from
"exec/cpu-common.h", remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251001175448.18933-2-philmd@linaro.org>

include/system/ram_addr.h

index 6b528338efcd7285df5937397a09549551d23a6d..f74a0ecee56207a1a02f9d3124e70234216d014d 100644 (file)
@@ -29,7 +29,6 @@
 #include "qemu/rcu.h"
 
 #include "exec/hwaddr.h"
-#include "exec/cpu-common.h"
 
 extern uint64_t total_dirty_pages;