On 6/19/23 09:41, Philippe Mathieu-Daudé wrote:
"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é<phi...@linaro.org> --- include/exec/address-spaces.h | 2 -- 1 file changed, 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~