mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-03 11:59:15 +00:00
Use libcacard.h if possible
Drop unneeded includes (that are already undirectly included). Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
This commit is contained in:
parent
92288aa9ac
commit
e0c2182937
@ -17,10 +17,6 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#ifdef USE_SMARTCARD
|
||||
#include <vreader.h>
|
||||
#endif
|
||||
|
||||
#include "spice-client.h"
|
||||
#include "spice-common.h"
|
||||
|
||||
|
||||
@ -22,10 +22,14 @@
|
||||
|
||||
#include "glib-compat.h"
|
||||
|
||||
#ifdef USE_SMARTCARD
|
||||
#ifdef USE_SMARTCARD_012
|
||||
#include <vcard_emul.h>
|
||||
#include <vevent.h>
|
||||
#include <vreader.h>
|
||||
#else
|
||||
#ifdef USE_SMARTCARD
|
||||
#include <libcacard.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "spice-client.h"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user