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>
This commit is contained in:
Markus Armbruster 2023-02-02 14:38:30 +01:00
parent bfe7bf8590
commit a67dfa660b
33 changed files with 0 additions and 39 deletions

View file

@ -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"