提交 f66759d3 编写于 作者: M Michael Tokarev

libcacard: do not use full paths for include files in the same dir

Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
Reviewed-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 28507a41
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册