diff options
Diffstat (limited to 'xen-mapcache.c')
-rw-r--r-- | xen-mapcache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xen-mapcache.c b/xen-mapcache.c index 31c06dc95..dc6d1fadb 100644 --- a/xen-mapcache.c +++ b/xen-mapcache.c @@ -13,13 +13,13 @@ #include <sys/resource.h> #include "hw/xen_backend.h" -#include "blockdev.h" -#include "bitmap.h" +#include "sysemu/blockdev.h" +#include "qemu/bitmap.h" #include <xen/hvm/params.h> #include <sys/mman.h> -#include "xen-mapcache.h" +#include "sysemu/xen-mapcache.h" #include "trace.h" |