From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjZqs-0000nS-Oq for qemu-devel@nongnu.org; Wed, 20 Jul 2011 12:42:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjZqq-0003P0-RO for qemu-devel@nongnu.org; Wed, 20 Jul 2011 12:42:26 -0400 Received: from oxygen.pond.sub.org ([78.46.104.156]:41262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjZqq-0003Op-7o for qemu-devel@nongnu.org; Wed, 20 Jul 2011 12:42:24 -0400 From: Markus Armbruster Date: Wed, 20 Jul 2011 18:24:27 +0200 Message-Id: <1311179069-27882-54-git-send-email-armbru@redhat.com> In-Reply-To: <1311179069-27882-1-git-send-email-armbru@redhat.com> References: <1311179069-27882-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 53/55] 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, quintela@redhat.com, dbaryshkov@gmail.com, stefano.stabellini@eu.citrix.com, lcapitulino@redhat.com, amit.shah@redhat.com 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 7a52f62..2e365ac 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 0dcd86b..c40100d 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 b38d0d0..5f87a7d 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.2.3