|
@@ -24,17 +24,13 @@
|
|
|
#ifndef BLOCK_INT_COMMON_H
|
|
|
#define BLOCK_INT_COMMON_H
|
|
|
|
|
|
-#include "block/accounting.h"
|
|
|
-#include "block/block.h"
|
|
|
-#include "block/aio-wait.h"
|
|
|
-#include "qemu/queue.h"
|
|
|
-#include "qemu/coroutine.h"
|
|
|
-#include "qemu/stats64.h"
|
|
|
-#include "qemu/timer.h"
|
|
|
-#include "qemu/hbitmap.h"
|
|
|
+#include "block/aio.h"
|
|
|
+#include "block/block-common.h"
|
|
|
+#include "block/block-global-state.h"
|
|
|
#include "block/snapshot.h"
|
|
|
-#include "qemu/throttle.h"
|
|
|
+#include "qemu/iov.h"
|
|
|
#include "qemu/rcu.h"
|
|
|
+#include "qemu/stats64.h"
|
|
|
|
|
|
#define BLOCK_FLAG_LAZY_REFCOUNTS 8
|
|
|
|