From a31e69cf007dd2e7f6912b7839de1ebd1a41d091 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 8 Sep 2014 18:51:01 +0200 Subject: thread-pool: Drop unnecessary includes Dragging block_int.h into a header is *not* nice. Fortunately, this is the only offender. Signed-off-by: Markus Armbruster Signed-off-by: Kevin Wolf --- thread-pool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thread-pool.c') diff --git a/thread-pool.c b/thread-pool.c index 23888dcfc4..bc07d7a1c9 100644 --- a/thread-pool.c +++ b/thread-pool.c @@ -20,7 +20,6 @@ #include "qemu/osdep.h" #include "block/coroutine.h" #include "trace.h" -#include "block/block_int.h" #include "block/thread-pool.h" #include "qemu/main-loop.h" -- cgit v1.2.3-55-g7522