summaryrefslogtreecommitdiffstats
path: root/qemu/thread-pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/thread-pool.c')
-rw-r--r--qemu/thread-pool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu/thread-pool.c b/qemu/thread-pool.c
index ac909f498..03ba0b02a 100644
--- a/qemu/thread-pool.c
+++ b/qemu/thread-pool.c
@@ -14,11 +14,11 @@
* Contributions after 2012-01-13 are licensed under the terms of the
* GNU GPL, version 2 or (at your option) any later version.
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/queue.h"
#include "qemu/thread.h"
-#include "qemu/osdep.h"
-#include "block/coroutine.h"
+#include "qemu/coroutine.h"
#include "trace.h"
#include "block/thread-pool.h"
#include "qemu/main-loop.h"