diff options
Diffstat (limited to 'hw/openrisc/boot.c')
| -rw-r--r-- | hw/openrisc/boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/openrisc/boot.c b/hw/openrisc/boot.c index 55475aa6d6..83c1fc6705 100644 --- a/hw/openrisc/boot.c +++ b/hw/openrisc/boot.c @@ -12,9 +12,9 @@ #include "elf.h" #include "hw/loader.h" #include "hw/openrisc/boot.h" -#include "sysemu/device_tree.h" -#include "sysemu/qtest.h" -#include "sysemu/reset.h" +#include "system/device_tree.h" +#include "system/qtest.h" +#include "system/reset.h" #include "qemu/error-report.h" #include <libfdt.h> |