diff options
Diffstat (limited to 'xen-all.c')
| -rw-r--r-- | xen-all.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xen-all.c b/xen-all.c index 8c05843faf..31f28fc1ae 100644 --- a/xen-all.c +++ b/xen-all.c @@ -11,9 +11,9 @@ #include <sys/mman.h> #include "hw/pci/pci.h" -#include "hw/pc.h" -#include "hw/xen_common.h" -#include "hw/xen_backend.h" +#include "hw/i386/pc.h" +#include "hw/xen/xen_common.h" +#include "hw/xen/xen_backend.h" #include "qmp-commands.h" #include "char/char.h" |