On Mon, Oct 22, 2012 at 4:22 PM, Stefan Hajnoczi <stefa...@gmail.com> wrote: > On Thu, Oct 18, 2012 at 05:51:33PM +0800, Dong Xu Wang wrote: >> diff --git a/block/qcow2.h b/block/qcow2.h >> index b4eb654..cb6fd7a 100644 >> --- a/block/qcow2.h >> +++ b/block/qcow2.h >> @@ -27,6 +27,7 @@ >> >> #include "aes.h" >> #include "qemu-coroutine.h" >> +#include "block-cache.h" >> > > Since block-cache.h is being included from qcow2.h you can drop the > block-cache.h includes you added to qcow2-cluster.c and > qcow2-refcount.c. > Okay, thank you Stefan.
> Stefan >