]> Git Repo - qemu.git/commitdiff
usb: Use angle brackets for cacard include directive
authorFam Zheng <[email protected]>
Wed, 20 Sep 2017 08:59:52 +0000 (16:59 +0800)
committerGerd Hoffmann <[email protected]>
Fri, 29 Sep 2017 10:28:26 +0000 (12:28 +0200)
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 <[email protected]>
Message-id: 20170920085952[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/usb/ccid-card-passthru.c

index 45d96b03c6dfcc4893fd318c7c29b2733e9ab735..117711862ee638abaa7309877afeaba7fecb5ab5 100644 (file)
@@ -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 {                                                    \
This page took 0.027081 seconds and 4 git commands to generate.