From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0z5k-0002NG-V0 for qemu-devel@nongnu.org; Tue, 06 Sep 2011 13:05:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0z5f-00061a-AO for qemu-devel@nongnu.org; Tue, 06 Sep 2011 13:05:44 -0400 Received: from oxygen.pond.sub.org ([78.46.104.156]:46034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0z5f-00061O-3S for qemu-devel@nongnu.org; Tue, 06 Sep 2011 13:05:39 -0400 From: Markus Armbruster Date: Tue, 6 Sep 2011 18:58:58 +0200 Message-Id: <1315328340-6192-26-git-send-email-armbru@redhat.com> In-Reply-To: <1315328340-6192-1-git-send-email-armbru@redhat.com> References: <1315328340-6192-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v3 25/27] nbd: Clean up use of block_int.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefano.stabellini@eu.citrix.com, lcapitulino@redhat.com, hare@suse.de, amit.shah@redhat.com, pbonzini@redhat.com, hch@lst.de Signed-off-by: Markus Armbruster --- block/nbd.c | 1 + nbd.c | 1 + nbd.h | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/block/nbd.c b/block/nbd.c index 55cb2fd..70edd81 100644 --- a/block/nbd.c +++ b/block/nbd.c @@ -28,6 +28,7 @@ #include "qemu-common.h" #include "nbd.h" +#include "block_int.h" #include "module.h" #include "qemu_socket.h" diff --git a/nbd.c b/nbd.c index e7a585d..6d81cfb 100644 --- a/nbd.c +++ b/nbd.c @@ -17,6 +17,7 @@ */ #include "nbd.h" +#include "block.h" #include #include diff --git a/nbd.h b/nbd.h index 96f77fe..4b54dd2 100644 --- a/nbd.h +++ b/nbd.h @@ -23,8 +23,6 @@ #include -#include "block_int.h" - struct nbd_request { uint32_t magic; uint32_t type; -- 1.7.6