[Spice-devel] [PATCH 1/4] client/smartcard: use proper include delemiters
Alon Levy
alevy at redhat.com
Wed Mar 9 13:20:31 PST 2011
---
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 98f24a8..272d29d 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"
--
1.7.4.1
More information about the Spice-devel
mailing list