diff options
author | Fam Zheng <famz@redhat.com> | 2017-09-20 16:59:52 +0800 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-09-29 12:28:26 +0200 |
commit | 13787d59cf86bac230c4d3eec3580110f53ac113 (patch) | |
tree | 7c21563c3c155113be5589ff2fe5fec58a7516dc /hw/usb | |
parent | 275d477a1adb084a47859507b20b05e7d65f8e8d (diff) |
usb: Use angle brackets for cacard include directive
This is a library header, so angle brackets are more appropriate; also
move the line to before QEMU headers, as is recommended in HACKING.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 20170920085952.3872-1-famz@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb')
-rw-r--r-- | hw/usb/ccid-card-passthru.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/ccid-card-passthru.c b/hw/usb/ccid-card-passthru.c index 45d96b03c6..117711862e 100644 --- a/hw/usb/ccid-card-passthru.c +++ b/hw/usb/ccid-card-passthru.c @@ -9,11 +9,11 @@ */ #include "qemu/osdep.h" +#include <cacard/vscard_common.h> #include "chardev/char-fe.h" #include "qemu/error-report.h" #include "qemu/sockets.h" #include "ccid.h" -#include "cacard/vscard_common.h" #define DPRINTF(card, lvl, fmt, ...) \ do { \ |