]> Git Repo - qemu.git/commitdiff
thread-pool: Drop unnecessary includes
authorMarkus Armbruster <[email protected]>
Mon, 8 Sep 2014 16:51:01 +0000 (18:51 +0200)
committerKevin Wolf <[email protected]>
Wed, 10 Sep 2014 08:41:29 +0000 (10:41 +0200)
Dragging block_int.h into a header is *not* nice.  Fortunately, this
is the only offender.

Signed-off-by: Markus Armbruster <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
include/block/thread-pool.h
thread-pool.c

index 32afcdd1d69df73e3c21eec8937a43ae211c4656..472375227aeb64e1d168db7d54222fe5e121c424 100644 (file)
 #ifndef QEMU_THREAD_POOL_H
 #define QEMU_THREAD_POOL_H 1
 
-#include "qemu-common.h"
-#include "qemu/queue.h"
-#include "qemu/thread.h"
-#include "block/coroutine.h"
-#include "block/block_int.h"
+#include "block/block.h"
 
 typedef int ThreadPoolFunc(void *opaque);
 
index 23888dcfc4d74d9c9343462271dd15cb6eaa926d..bc07d7a1c9f7302e563def595499784f21aa81c8 100644 (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"
 
This page took 0.02268 seconds and 4 git commands to generate.