aboutsummaryrefslogtreecommitdiff
path: root/include/block/aio_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block/aio_task.h')
-rw-r--r--include/block/aio_task.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/block/aio_task.h b/include/block/aio_task.h
index 50bc1e1..18a9c41 100644
--- a/include/block/aio_task.h
+++ b/include/block/aio_task.h
@@ -25,8 +25,6 @@
#ifndef BLOCK_AIO_TASK_H
#define BLOCK_AIO_TASK_H
-#include "qemu/coroutine.h"
-
typedef struct AioTaskPool AioTaskPool;
typedef struct AioTask AioTask;
typedef int coroutine_fn (*AioTaskFunc)(AioTask *task);