mirror of
https://github.com/mii443/qemu.git
synced 2025-12-04 11:38:25 +00:00
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é <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230619074153.44268-4-philmd@linaro.org>
This commit is contained in:
@@ -19,8 +19,6 @@
|
|||||||
* you're one of them.
|
* you're one of them.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "exec/memory.h"
|
|
||||||
|
|
||||||
#ifndef CONFIG_USER_ONLY
|
#ifndef CONFIG_USER_ONLY
|
||||||
|
|
||||||
/* Get the root memory region. This interface should only be used temporarily
|
/* Get the root memory region. This interface should only be used temporarily
|
||||||
|
|||||||
Reference in New Issue
Block a user