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 <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Markus Armbruster 2014-09-08 18:51:01 +02:00 committed by Kevin Wolf
parent 7ca9b7c035
commit a31e69cf00
2 changed files with 1 additions and 6 deletions

View file

@ -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"