From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QobRP-0004Cc-0a for qemu-devel@nongnu.org; Wed, 03 Aug 2011 09:24:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QobRM-0004sL-CJ for qemu-devel@nongnu.org; Wed, 03 Aug 2011 09:24:54 -0400 Received: from oxygen.pond.sub.org ([78.46.104.156]:50133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QobRM-0004rX-7V for qemu-devel@nongnu.org; Wed, 03 Aug 2011 09:24:52 -0400 From: Markus Armbruster Date: Wed, 3 Aug 2011 15:08:22 +0200 Message-Id: <1312376904-16115-44-git-send-email-armbru@redhat.com> In-Reply-To: <1312376904-16115-1-git-send-email-armbru@redhat.com> References: <1312376904-16115-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 43/45] 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, stefano.stabellini@eu.citrix.com, lcapitulino@redhat.com, hare@suse.de, amit.shah@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 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 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 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.6