mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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:
committed by
Kevin Wolf
parent
29e05f2022
commit
ab359cd17e
@@ -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
1
nbd.c
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "nbd.h"
|
||||
#include "block.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user