diff options
author | Alon Levy <alevy@redhat.com> | 2010-12-13 02:17:19 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-03-22 09:44:52 +0200 |
commit | 644b7271845cdb870e3a598c566b76932343b9ac (patch) | |
tree | e4d0aba5ddff95ac1e03d5e8e3ebbe34b89a1c1c /client/smartcard_channel.cpp | |
parent | 9d204f8b74c8fbcc6a508f956e9c483e98ce653d (diff) | |
download | spice-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.cpp | 8 |
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" |