mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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>
This commit is contained in:
parent
bbfff19688
commit
1b6d3b517d
5 changed files with 13 additions and 15 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue