diff options
Diffstat (limited to 'server/smartcard.c')
-rw-r--r-- | server/smartcard.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/smartcard.c b/server/smartcard.c index 84aa18b3..d023331f 100644 --- a/server/smartcard.c +++ b/server/smartcard.c @@ -20,12 +20,12 @@ #endif #include <arpa/inet.h> - #include <vscard_common.h> -#include "server/reds.h" -#include "server/char_device.h" -#include "server/red_channel.h" -#include "server/smartcard.h" + +#include "reds.h" +#include "char_device.h" +#include "red_channel.h" +#include "smartcard.h" #define SMARTCARD_MAX_READERS 10 |