aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-03-15 15:51:16 +0100
committerMarkus Armbruster <armbru@redhat.com>2019-05-13 08:58:55 +0200
commit1b6d3b517dea540ee3bf1b7434d5ee455ab226e0 (patch)
tree0b6ea701b46c7d8a189a60c09ea6020b032226eb /hw/rdma
parentbbfff19688d2e1d10ea1becdfe82f7b8c068ede9 (diff)
Use #include "..." for our own headers, <...> for others
Also delete a few redundant #include. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-2-armbru@redhat.com>
Diffstat (limited to 'hw/rdma')
-rw-r--r--hw/rdma/rdma_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/rdma/rdma_utils.h b/hw/rdma/rdma_utils.h
index 2d42249691..e7babe96cb 100644
--- a/hw/rdma/rdma_utils.h
+++ b/hw/rdma/rdma_utils.h
@@ -20,7 +20,6 @@
#include "qemu/error-report.h"
#include "hw/pci/pci.h"
#include "sysemu/dma.h"
-#include "stdio.h"
#define rdma_error_report(fmt, ...) \
error_report("%s: " fmt, "rdma", ## __VA_ARGS__)