diff options
Diffstat (limited to 'system/memory_mapping.c')
-rw-r--r-- | system/memory_mapping.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/memory_mapping.c b/system/memory_mapping.c index ca2390e..da708a0 100644 --- a/system/memory_mapping.c +++ b/system/memory_mapping.c @@ -15,9 +15,9 @@ #include "qemu/range.h" #include "qapi/error.h" -#include "sysemu/memory_mapping.h" -#include "exec/memory.h" -#include "exec/address-spaces.h" +#include "system/memory_mapping.h" +#include "system/memory.h" +#include "system/address-spaces.h" #include "hw/core/cpu.h" //#define DEBUG_GUEST_PHYS_REGION_ADD |