X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=blockdev-nbd.c;h=65a84739edc7ec005a62b33f074e61352217a682;hb=e017da370b3e87a3041b66092de2eb2318d28a6b;hp=a9f79c6778e8bc737514fcb951ccbf6a6c1d199e;hpb=fccfcc6328d1986ce849183d37901a7cf59ed3ce;p=mirror_qemu.git diff --git a/blockdev-nbd.c b/blockdev-nbd.c index a9f79c6778..65a84739ed 100644 --- a/blockdev-nbd.c +++ b/blockdev-nbd.c @@ -13,9 +13,9 @@ #include "sysemu/blockdev.h" #include "sysemu/block-backend.h" #include "hw/block/block.h" -#include "qapi/qmp/qerror.h" +#include "qapi/error.h" +#include "qapi/qapi-commands-block.h" #include "sysemu/sysemu.h" -#include "qmp-commands.h" #include "block/nbd.h" #include "io/channel-socket.h" #include "io/net-listener.h"