diff options
Diffstat (limited to 'hw/arm/fby35.c')
-rw-r--r-- | hw/arm/fby35.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/arm/fby35.c b/hw/arm/fby35.c index c9964bd..83d08e5 100644 --- a/hw/arm/fby35.c +++ b/hw/arm/fby35.c @@ -8,8 +8,8 @@ #include "qemu/osdep.h" #include "qemu/units.h" #include "qapi/error.h" -#include "sysemu/sysemu.h" -#include "sysemu/block-backend.h" +#include "system/system.h" +#include "system/block-backend.h" #include "hw/boards.h" #include "hw/qdev-clock.h" #include "hw/arm/aspeed_soc.h" |