mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
migration: Remove qemu-file.h from vmstate.h
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> -- minor rearangements due to the rebase
This commit is contained in:
parent
576d1abc20
commit
82b9d0f06a
7 changed files with 6 additions and 3 deletions
|
@ -27,9 +27,6 @@
|
|||
#ifndef QEMU_VMSTATE_H
|
||||
#define QEMU_VMSTATE_H
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "migration/qemu-file.h"
|
||||
#endif
|
||||
#include "migration/qjson.h"
|
||||
|
||||
typedef void SaveStateHandler(QEMUFile *f, void *opaque);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue