diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-30 06:50:01 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-07 05:03:56 +0200 |
| commit | 2fb5ae9832728f766b66120fd23c7cf9db9d3ec2 (patch) | |
| tree | 254ec471a7cfa0f4d4342c4675fff857a7be90d3 /include/system | |
| parent | f9f713f1b4a272826f4acc4d57483e9dd1faa3f7 (diff) | |
| download | focaccia-qemu-2fb5ae9832728f766b66120fd23c7cf9db9d3ec2.tar.gz focaccia-qemu-2fb5ae9832728f766b66120fd23c7cf9db9d3ec2.zip | |
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>
Diffstat (limited to 'include/system')
| -rw-r--r-- | include/system/ram_addr.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |