diff options
Diffstat (limited to 'hw/ide/ide-dev.c')
-rw-r--r-- | hw/ide/ide-dev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ide/ide-dev.c b/hw/ide/ide-dev.c index 789056c..26f0517 100644 --- a/hw/ide/ide-dev.c +++ b/hw/ide/ide-dev.c @@ -23,9 +23,9 @@ #include "qemu/error-report.h" #include "qemu/module.h" #include "hw/ide/ide-dev.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 "qapi/visitor.h" #include "ide-internal.h" |