diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-21 10:45:29 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-06-01 18:49:22 +0200 |
commit | 107da9acb5f2ec99dc5cb70041245a53e16bfcbd (patch) | |
tree | 8a3a92c60eb604fd166a5430d94625fdb9f10a5e /include/hw/pci | |
parent | 660819b1df9f79cb8d3bb99c590476f131858e75 (diff) |
migration: Remove unneeded includes of migration/vmstate.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/hw/pci')
-rw-r--r-- | include/hw/pci/shpc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci/shpc.h b/include/hw/pci/shpc.h index b2085543d7..71e836b1c0 100644 --- a/include/hw/pci/shpc.h +++ b/include/hw/pci/shpc.h @@ -3,7 +3,6 @@ #include "qemu-common.h" #include "exec/memory.h" -#include "migration/vmstate.h" #include "hw/hotplug.h" #include "hw/pci/pci.h" |