aboutsummaryrefslogtreecommitdiff
path: root/migration
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-02-02 14:38:30 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-08 07:28:05 +0100
commita67dfa660b0dd944c8fedfac02806de75b0c08b1 (patch)
tree5e12e3be7c36d3f1f30f5f402dfb3b65d66164fd /migration
parentbfe7bf8590a74aebd572abe56927b53f4978ab42 (diff)
downloadqemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.zip
qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.tar.gz
qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.tar.bz2
Drop duplicate #include
Tracked down with the help of scripts/clean-includes. Signed-off-by: Markus Armbruster <armbru@redhat.com> Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Greg Kurz <groug@kaod.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Message-Id: <20230202133830.2152150-21-armbru@redhat.com>
Diffstat (limited to 'migration')
-rw-r--r--migration/postcopy-ram.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c
index b98e95d..53299b7 100644
--- a/migration/postcopy-ram.c
+++ b/migration/postcopy-ram.c
@@ -17,7 +17,6 @@
*/
#include "qemu/osdep.h"
-#include "qemu/rcu.h"
#include "qemu/madvise.h"
#include "exec/target_page.h"
#include "migration.h"
@@ -34,7 +33,6 @@
#include "hw/boards.h"
#include "exec/ramblock.h"
#include "socket.h"
-#include "qemu-file.h"
#include "yank_functions.h"
#include "tls.h"
#include "qemu/userfaultfd.h"