libcacard: do not use full paths for include files in the same dir
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
28507a415a
commit
f66759d3ae
@ -33,7 +33,7 @@
|
||||
#include "vreader.h"
|
||||
#include "vevent.h"
|
||||
|
||||
#include "libcacard/vcardt_internal.h"
|
||||
#include "vcardt_internal.h"
|
||||
|
||||
|
||||
typedef enum {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user