]> xenbits.xensource.com Git - qemu-xen-unstable.git/commitdiff
libcacard: do not use full paths for include files in the same dir
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 27 Apr 2015 13:29:58 +0000 (16:29 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 30 Apr 2015 13:05:48 +0000 (16:05 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
libcacard/vcard_emul_nss.c
libcacard/vcardt.c

index 6955f690b3a405a6e250a6ead64505d90571ba01..d9761eedc2e2492ce6b36fa016fbb99b6b36191e 100644 (file)
@@ -33,7 +33,7 @@
 #include "vreader.h"
 #include "vevent.h"
 
-#include "libcacard/vcardt_internal.h"
+#include "vcardt_internal.h"
 
 
 typedef enum {
index 9ce4648f8caf0fceb5399cd6004b58437fd0b8e4..c67de2f3c1a0ac133a64d5e79ec5624f85011eda 100644 (file)
@@ -2,9 +2,9 @@
 #include <string.h>
 #include <glib.h>
 
-#include "libcacard/vcardt.h"
+#include "vcardt.h"
 
-#include "libcacard/vcardt_internal.h"
+#include "vcardt_internal.h"
 
 /* create an ATR with appropriate historical bytes */
 #define ATR_TS_DIRECT_CONVENTION 0x3b