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é <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>
This commit is contained in:
Philippe Mathieu-Daudé 2025-09-30 06:50:01 +02:00
parent f9f713f1b4
commit 2fb5ae9832

View file

@ -29,7 +29,6 @@
#include "qemu/rcu.h"
#include "exec/hwaddr.h"
#include "exec/cpu-common.h"
extern uint64_t total_dirty_pages;