diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-24 16:51:10 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-06-14 11:10:19 +0200 |
commit | 1adc1ceef76dd85d5d2bac073d6844040f60000e (patch) | |
tree | 2009971e1ed1aa45316a4ae07bec8ee93872aa86 /migration/postcopy-ram.c | |
parent | 62a02658525165bbe628e2931f8c1005f46f47e5 (diff) |
migration: Remove unneeded includes
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'migration/postcopy-ram.c')
-rw-r--r-- | migration/postcopy-ram.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c index c8c4500cc4..7e21e6fd36 100644 --- a/migration/postcopy-ram.c +++ b/migration/postcopy-ram.c @@ -17,8 +17,6 @@ */ #include "qemu/osdep.h" - -#include "qemu-common.h" #include "exec/target_page.h" #include "migration.h" #include "qemu-file.h" |