mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
include/system: Move exec/ram_addr.h to system/ram_addr.h
Convert the existing includes with sed. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
91a853837d
commit
4705a71db5
23 changed files with 25 additions and 27 deletions
|
@ -34,7 +34,7 @@
|
|||
#include "system/accel-blocker.h"
|
||||
#include "qemu/bswap.h"
|
||||
#include "system/memory.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "qemu/event_notifier.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "trace.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue