]> git.proxmox.com Git - qemu.git/blobdiff - blockdev-nbd.c
qom: pass file/line/function to asserting casts
[qemu.git] / blockdev-nbd.c
index 81aa1d34eff6c89f06f0d248210a62b747725f48..95f10c81e3faae3cf16c4f405e44e763e2e4df52 100644 (file)
@@ -9,15 +9,15 @@
  * later.  See the COPYING file in the top-level directory.
  */
 
-#include "blockdev.h"
-#include "hw/block-common.h"
-#include "monitor.h"
+#include "sysemu/blockdev.h"
+#include "hw/block/block.h"
+#include "monitor/monitor.h"
 #include "qapi/qmp/qerror.h"
-#include "sysemu.h"
+#include "sysemu/sysemu.h"
 #include "qmp-commands.h"
 #include "trace.h"
 #include "block/nbd.h"
-#include "qemu_socket.h"
+#include "qemu/sockets.h"
 
 static int server_fd = -1;