diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-30 09:20:38 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-07 05:03:56 +0200 |
| commit | 97480ca692e94bb790190a43bb122bd0752b8f62 (patch) | |
| tree | 3ec1400ee5013d93f52b8a9656cf5e88f080b63d /hw/remote/proxy-memory-listener.c | |
| parent | 6204f64260b78cc4080ca7b1ee221718273d6566 (diff) | |
| download | focaccia-qemu-97480ca692e94bb790190a43bb122bd0752b8f62.tar.gz focaccia-qemu-97480ca692e94bb790190a43bb122bd0752b8f62.zip | |
hw: Remove unnecessary 'system/ram_addr.h' header
None of these files require definition exposed by "system/ram_addr.h", remove its inclusion. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Jagannathan Raman <jag.raman@oracle.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20251001175448.18933-7-philmd@linaro.org>
Diffstat (limited to 'hw/remote/proxy-memory-listener.c')
| -rw-r--r-- | hw/remote/proxy-memory-listener.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/remote/proxy-memory-listener.c b/hw/remote/proxy-memory-listener.c index 30ac74961d..e1a52d24f0 100644 --- a/hw/remote/proxy-memory-listener.c +++ b/hw/remote/proxy-memory-listener.c @@ -12,7 +12,6 @@ #include "qemu/range.h" #include "system/memory.h" #include "exec/cpu-common.h" -#include "system/ram_addr.h" #include "qapi/error.h" #include "qemu/error-report.h" #include "hw/remote/mpqemu-link.h" |