]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - block/ssh.c
qerror: Move #include out of qerror.h
[thirdparty/qemu.git] / block / ssh.c
index f466cbf396625e72ec33440ff92280d30145424a..aebb18cc8f75a3aeecff780c1b3c66bf21ed2885 100644 (file)
 #include <libssh2_sftp.h>
 
 #include "block/block_int.h"
+#include "qemu/error-report.h"
 #include "qemu/sockets.h"
 #include "qemu/uri.h"
 #include "qapi/qmp/qint.h"
+#include "qapi/qmp/qstring.h"
 
 /* DEBUG_SSH=1 enables the DPRINTF (debugging printf) statements in
  * this block driver code.