From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQDHB-0007Ol-Qp for qemu-devel@nongnu.org; Mon, 22 Oct 2012 04:22:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQDH7-0007wS-Mt for qemu-devel@nongnu.org; Mon, 22 Oct 2012 04:22:21 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:61283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQDH7-0007w8-AJ for qemu-devel@nongnu.org; Mon, 22 Oct 2012 04:22:17 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so671636bkc.4 for ; Mon, 22 Oct 2012 01:22:15 -0700 (PDT) Date: Mon, 22 Oct 2012 10:22:12 +0200 From: Stefan Hajnoczi Message-ID: <20121022082212.GB31790@stefanha-thinkpad.redhat.com> References: <1350553895-3388-1-git-send-email-wdongxu@linux.vnet.ibm.com> <1350553895-3388-5-git-send-email-wdongxu@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1350553895-3388-5-git-send-email-wdongxu@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dong Xu Wang Cc: kwolf@redhat.com, qemu-devel@nongnu.org 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. Stefan