From: Philippe Mathieu-Daudé Date: Fri, 16 Dec 2022 23:17:14 +0000 (+0100) Subject: exec/address-spaces.h: Remove unuseful 'exec/memory.h' include X-Git-Tag: v8.2.0-rc0~146^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e94d80c9773b18811d3d459e4259f27cc7b4e2;p=thirdparty%2Fqemu.git exec/address-spaces.h: Remove unuseful 'exec/memory.h' include "exec/address-spaces.h" declares get_system_io() and get_system_memory(), both returning a MemoryRegion pointer. MemoryRegion is forward declared in "qemu/typedefs.h", so we don't need any declaration from "exec/memory.h" here. Remove it. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20230619074153.44268-4-philmd@linaro.org> --- diff --git a/include/exec/address-spaces.h b/include/exec/address-spaces.h index db8bfa9a92b..0d0aa61d689 100644 --- a/include/exec/address-spaces.h +++ b/include/exec/address-spaces.h @@ -19,8 +19,6 @@ * you're one of them. */ -#include "exec/memory.h" - #ifndef CONFIG_USER_ONLY /* Get the root memory region. This interface should only be used temporarily