All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw/rdma: Delete unused headers inclusion
@ 2019-05-05 10:51 Yuval Shaia
  2019-05-06 13:31 ` Kamal Heib
  2019-05-23 15:24 ` Markus Armbruster
  0 siblings, 2 replies; 5+ messages in thread
From: Yuval Shaia @ 2019-05-05 10:51 UTC (permalink / raw)
  To: marcel.apfelbaum, qemu-devel; +Cc: Yuval Shaia

This is a trivial cleanup patch.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
---
 hw/rdma/rdma_backend.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hw/rdma/rdma_backend.c b/hw/rdma/rdma_backend.c
index d1660b6474..05f6b03221 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 <infiniband/verbs.h>
-#include <infiniband/umad_types.h>
-#include <infiniband/umad.h>
-#include <rdma/rdma_user_cm.h>
 
 #include "contrib/rdmacm-mux/rdmacm-mux.h"
 #include "trace.h"
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-28  7:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-05 10:51 [Qemu-devel] [PATCH] hw/rdma: Delete unused headers inclusion Yuval Shaia
2019-05-06 13:31 ` Kamal Heib
2019-05-23 15:24 ` Markus Armbruster
2019-05-24  5:29   ` Marcel Apfelbaum
2019-05-28  7:00     ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.