summaryrefslogtreecommitdiffstats
path: root/src/spicy.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-11-30 22:52:36 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2015-12-08 14:11:49 +0100
commite0c2182937c7d8c53bc265bf420403d91c349496 (patch)
tree4024fd4675c9bc945d469f3da7b73586f3e0eead /src/spicy.c
parent92288aa9ac260dc24a78da533b6020d87ef260df (diff)
downloadspice-gtk-e0c2182937c7d8c53bc265bf420403d91c349496.tar.gz
spice-gtk-e0c2182937c7d8c53bc265bf420403d91c349496.tar.xz
spice-gtk-e0c2182937c7d8c53bc265bf420403d91c349496.zip
Use libcacard.h if possible
Drop unneeded includes (that are already undirectly included). Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Diffstat (limited to 'src/spicy.c')
-rw-r--r--src/spicy.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/spicy.c b/src/spicy.c
index 67873ed..38ef159 100644
--- a/src/spicy.c
+++ b/src/spicy.c
@@ -24,11 +24,6 @@
#include <termios.h>
#endif
-#ifdef USE_SMARTCARD
-#include <vreader.h>
-#include "smartcard-manager.h"
-#endif
-
#include "glib-compat.h"
#include "spice-widget.h"
#include "spice-gtk-session.h"