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:
Michael Tokarev 2015-04-27 16:29:58 +03:00
parent 28507a415a
commit f66759d3ae
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
#include "vreader.h"
#include "vevent.h"
#include "libcacard/vcardt_internal.h"
#include "vcardt_internal.h"
typedef enum {

View 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