summaryrefslogtreecommitdiffstats
path: root/client/smartcard_channel.cpp
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-13 02:17:19 +0200
committerAlon Levy <alevy@redhat.com>2011-03-22 09:44:52 +0200
commit644b7271845cdb870e3a598c566b76932343b9ac (patch)
treee4d0aba5ddff95ac1e03d5e8e3ebbe34b89a1c1c /client/smartcard_channel.cpp
parent9d204f8b74c8fbcc6a508f956e9c483e98ce653d (diff)
downloadspice-644b7271845cdb870e3a598c566b76932343b9ac.tar.gz
spice-644b7271845cdb870e3a598c566b76932343b9ac.tar.xz
spice-644b7271845cdb870e3a598c566b76932343b9ac.zip
client/smartcard: use proper include delemiters
Diffstat (limited to 'client/smartcard_channel.cpp')
-rw-r--r--client/smartcard_channel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/smartcard_channel.cpp b/client/smartcard_channel.cpp
index 98f24a8d..272d29db 100644
--- a/client/smartcard_channel.cpp
+++ b/client/smartcard_channel.cpp
@@ -4,10 +4,10 @@
#include "mutex.h"
extern "C" {
-#include "vscard_common.h"
-#include "vreader.h"
-#include "vcard_emul.h"
-#include "vevent.h"
+#include <vscard_common.h>
+#include <vreader.h>
+#include <vcard_emul.h>
+#include <vevent.h>
}
#include "smartcard_channel.h"