From: Yuval Shaia Date: Sun, 5 May 2019 10:51:12 +0000 (+0300) Subject: hw/rdma: Delete unused headers inclusion X-Git-Tag: v4.1.0-rc0~72^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=501cf8facd49d9d5cfbb76a8010e260b655920d9;p=thirdparty%2Fqemu.git hw/rdma: Delete unused headers inclusion This is a trivial cleanup patch. Signed-off-by: Yuval Shaia Reviewed-by: Kamal Heib Message-Id: <20190505105112.22691-1-yuval.shaia@oracle.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/rdma/rdma_backend.c b/hw/rdma/rdma_backend.c index cf34874e9d2..c39051068d1 100644 --- a/hw/rdma/rdma_backend.c +++ b/hw/rdma/rdma_backend.c @@ -14,16 +14,9 @@ */ #include "qemu/osdep.h" -#include "sysemu/sysemu.h" -#include "qapi/error.h" -#include "qapi/qmp/qlist.h" -#include "qapi/qmp/qnum.h" #include "qapi/qapi-events-rdma.h" #include -#include -#include -#include #include "contrib/rdmacm-mux/rdmacm-mux.h" #include "trace.h"