]> git.proxmox.com Git - mirror_qemu.git/commit - migration/savevm.c
migration: drop an unused include
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 May 2018 19:50:27 +0000 (22:50 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Jun 2018 16:20:37 +0000 (19:20 +0300)
commit83ee768d6247bf121b5b8f4b7580fbbc1281d473
tree8d325530569db1e3ae37651b38e5c2706e2e81df
parent070e9a1e837e1a2ba5c6450eb8ce2e18b29c4af8
migration: drop an unused include

In the vmstate.h file, we just need a struct name. Use a forward
declaration instead of an include, then adjust the one affected .c file
to include the file that is no longer implicit from the header.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
include/migration/vmstate.h
migration/savevm.c