提交 557ec5a0 编写于 作者: J Juan Quintela

migration: include qemu-file.h

They don't use/know anything about buffered-file.
Signed-off-by: NJuan Quintela <quintela@redhat.com>
上级 24ea1e4b
......@@ -18,7 +18,7 @@
#include "qemu-common.h"
#include "qemu/sockets.h"
#include "migration/migration.h"
#include "buffered_file.h"
#include "migration/qemu-file.h"
#include "block/block.h"
#include <sys/types.h>
#include <sys/wait.h>
......
......@@ -17,7 +17,7 @@
#include "qemu/sockets.h"
#include "migration/migration.h"
#include "monitor/monitor.h"
#include "buffered_file.h"
#include "migration/qemu-file.h"
#include "block/block.h"
#include "qemu/sockets.h"
......
......@@ -16,7 +16,7 @@
#include "qemu-common.h"
#include "qemu/sockets.h"
#include "migration/migration.h"
#include "buffered_file.h"
#include "migration/qemu-file.h"
#include "block/block.h"
//#define DEBUG_MIGRATION_TCP
......
......@@ -16,7 +16,7 @@
#include "qemu-common.h"
#include "qemu/sockets.h"
#include "migration/migration.h"
#include "buffered_file.h"
#include "migration/qemu-file.h"
#include "block/block.h"
//#define DEBUG_MIGRATION_UNIX
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册