X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=memory.c;h=d40193d4740e834c9467c4d901997d32556eedc7;hb=022c62cbbcf1ff40b23c92874f8670cddfec2414;hp=741985385ca9de6b4d8c3d37f362b6e14e2ca7f5;hpb=737e150e89c44c6b33691a627e24bac7fb58f349;p=mirror_qemu.git diff --git a/memory.c b/memory.c index 741985385c..d40193d474 100644 --- a/memory.c +++ b/memory.c @@ -13,14 +13,14 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#include "memory.h" -#include "exec-memory.h" -#include "ioport.h" +#include "exec/memory.h" +#include "exec/address-spaces.h" +#include "exec/ioport.h" #include "bitops.h" #include "kvm.h" #include -#include "memory-internal.h" +#include "exec/memory-internal.h" static unsigned memory_region_transaction_depth; static bool memory_region_update_pending;