diff options
Diffstat (limited to 'hw/block/fdc-isa.c')
-rw-r--r-- | hw/block/fdc-isa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/block/fdc-isa.c b/hw/block/fdc-isa.c index e71be8a..a10c24a 100644 --- a/hw/block/fdc-isa.c +++ b/hw/block/fdc-isa.c @@ -39,9 +39,9 @@ #include "hw/qdev-properties-system.h" #include "migration/vmstate.h" #include "hw/block/block.h" -#include "sysemu/block-backend.h" -#include "sysemu/blockdev.h" -#include "sysemu/sysemu.h" +#include "system/block-backend.h" +#include "system/blockdev.h" +#include "system/system.h" #include "exec/ioport.h" #include "qemu/log.h" #include "qemu/main-loop.h" |