diff options
Diffstat (limited to 'hw/i386/x86-common.c')
| -rw-r--r-- | hw/i386/x86-common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/i386/x86-common.c b/hw/i386/x86-common.c index 3f78182692..a7d46c3105 100644 --- a/hw/i386/x86-common.c +++ b/hw/i386/x86-common.c @@ -26,9 +26,9 @@ #include "qemu/units.h" #include "qemu/datadir.h" #include "qapi/error.h" -#include "sysemu/numa.h" -#include "sysemu/sysemu.h" -#include "sysemu/xen.h" +#include "system/numa.h" +#include "system/system.h" +#include "system/xen.h" #include "trace.h" #include "hw/i386/x86.h" |