mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
275d477a1a
commit
13787d59cf
|
@ -9,11 +9,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
#include <cacard/vscard_common.h>
|
||||||
#include "chardev/char-fe.h"
|
#include "chardev/char-fe.h"
|
||||||
#include "qemu/error-report.h"
|
#include "qemu/error-report.h"
|
||||||
#include "qemu/sockets.h"
|
#include "qemu/sockets.h"
|
||||||
#include "ccid.h"
|
#include "ccid.h"
|
||||||
#include "cacard/vscard_common.h"
|
|
||||||
|
|
||||||
#define DPRINTF(card, lvl, fmt, ...) \
|
#define DPRINTF(card, lvl, fmt, ...) \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Reference in New Issue