summaryrefslogtreecommitdiff
path: root/hw/i386/xen_machine_pv.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/xen_machine_pv.c')
-rw-r--r--hw/i386/xen_machine_pv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/i386/xen_machine_pv.c b/hw/i386/xen_machine_pv.c
index 37ba34e5a9..f829a52232 100644
--- a/hw/i386/xen_machine_pv.c
+++ b/hw/i386/xen_machine_pv.c
@@ -23,10 +23,10 @@
*/
#include "hw/hw.h"
-#include "hw/pc.h"
+#include "hw/i386/pc.h"
#include "hw/boards.h"
-#include "hw/xen_backend.h"
-#include "hw/xen_domainbuild.h"
+#include "hw/xen/xen_backend.h"
+#include "xen_domainbuild.h"
#include "sysemu/blockdev.h"
static void xen_init_pv(QEMUMachineInitArgs *args)