diff options
Diffstat (limited to 'iothread.c')
| -rw-r--r-- | iothread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iothread.c b/iothread.c index e1e9e04736..589bcd3552 100644 --- a/iothread.c +++ b/iothread.c @@ -17,8 +17,8 @@ #include "qemu/module.h" #include "block/aio.h" #include "block/block.h" -#include "sysemu/event-loop-base.h" -#include "sysemu/iothread.h" +#include "system/event-loop-base.h" +#include "system/iothread.h" #include "qapi/error.h" #include "qapi/qapi-commands-misc.h" #include "qemu/error-report.h" |