sim-card
/
qemu
Archived
10
0
Fork 0

nbd: Clean up use of block_int.h

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Markus Armbruster 2011-09-06 18:58:58 +02:00 committed by Kevin Wolf
parent 29e05f2022
commit ab359cd17e
3 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@
#include "qemu-common.h"
#include "nbd.h"
#include "block_int.h"
#include "module.h"
#include "qemu_socket.h"

1
nbd.c
View File

@ -17,6 +17,7 @@
*/
#include "nbd.h"
#include "block.h"
#include <errno.h>
#include <string.h>

2
nbd.h
View File

@ -23,8 +23,6 @@
#include "qemu-common.h"
#include "block_int.h"
struct nbd_request {
uint32_t magic;
uint32_t type;