diff options
Diffstat (limited to 'include/block/coroutine.h')
-rw-r--r-- | include/block/coroutine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/block/coroutine.h b/include/block/coroutine.h index 34c15d4116..c31fae3f3c 100644 --- a/include/block/coroutine.h +++ b/include/block/coroutine.h @@ -16,8 +16,8 @@ #define QEMU_COROUTINE_H #include <stdbool.h> -#include "qemu-queue.h" -#include "qemu-timer.h" +#include "qemu/queue.h" +#include "qemu/timer.h" /** * Coroutines are a mechanism for stack switching and can be used for |