From 97480ca692e94bb790190a43bb122bd0752b8f62 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Tue, 30 Sep 2025 09:20:38 +0200 Subject: hw: Remove unnecessary 'system/ram_addr.h' header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit None of these files require definition exposed by "system/ram_addr.h", remove its inclusion. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Reviewed-by: Jagannathan Raman Reviewed-by: Cédric Le Goater Reviewed-by: Eric Farman Reviewed-by: Thomas Huth Acked-by: Michael S. Tsirkin Message-Id: <20251001175448.18933-7-philmd@linaro.org> --- hw/remote/memory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/remote/memory.c') diff --git a/hw/remote/memory.c b/hw/remote/memory.c index 00193a552f..8195aa5fb8 100644 --- a/hw/remote/memory.c +++ b/hw/remote/memory.c @@ -11,7 +11,6 @@ #include "qemu/osdep.h" #include "hw/remote/memory.h" -#include "system/ram_addr.h" #include "qapi/error.h" static void remote_sysmem_reset(void) -- cgit 1.4.1