mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
migration: Remove migration.h from colo.h
migration.h is not included in any includes now. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
40014d81f2
commit
c59be019e9
3 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,8 @@
|
|||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include <migration/colo.h>
|
||||
#include "migration/migration.h"
|
||||
#include "migration/colo.h"
|
||||
#include "trace.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue