From d4842052100a3b44167e34ebdce0e7b3bf7512cf Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 12 Aug 2019 07:23:46 +0200 Subject: Include exec/memory.h slightly less MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop unnecessary inclusions from headers. Downgrade a few more to exec/hwaddr.h. Signed-off-by: Markus Armbruster Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Message-Id: <20190812052359.30071-17-armbru@redhat.com> --- migration/rdma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'migration/rdma.c') diff --git a/migration/rdma.c b/migration/rdma.c index 3036221ee8..b0e27b6174 100644 --- a/migration/rdma.c +++ b/migration/rdma.c @@ -25,6 +25,7 @@ #include "qemu/error-report.h" #include "qemu/main-loop.h" #include "qemu/module.h" +#include "qemu/rcu.h" #include "qemu/sockets.h" #include "qemu/bitmap.h" #include "qemu/coroutine.h" -- cgit v1.2.3