Skip to content
Snippets Groups Projects
Commit ab359cd1 authored by Markus Armbruster's avatar Markus Armbruster Committed by Kevin Wolf
Browse files

nbd: Clean up use of block_int.h


Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 29e05f20
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#include "qemu-common.h"
#include "nbd.h"
#include "block_int.h"
#include "module.h"
#include "qemu_socket.h"
......
......@@ -17,6 +17,7 @@
*/
#include "nbd.h"
#include "block.h"
#include <errno.h>
#include <string.h>
......
......@@ -23,8 +23,6 @@
#include "qemu-common.h"
#include "block_int.h"
struct nbd_request {
uint32_t magic;
uint32_t type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment