FreeCalypso > hg > fc-pcsc-tools
comparison simtool/grcard2.c @ 4:744fabd6bd3f
simtool/grcard[12].c: rm unnecessary #include's
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 11 Feb 2021 23:13:27 +0000 |
parents | 2071b28cd0c7 |
children | 8562d8508cf2 |
comparison
equal
deleted
inserted
replaced
3:e9e8ce12f5a5 | 4:744fabd6bd3f |
---|---|
10 * If anyone in the community happens to have a sysmoSIM-GR2 card | 10 * If anyone in the community happens to have a sysmoSIM-GR2 card |
11 * that was once (aeons ago) sold by Sysmocom, please test this code! | 11 * that was once (aeons ago) sold by Sysmocom, please test this code! |
12 */ | 12 */ |
13 | 13 |
14 #include <sys/types.h> | 14 #include <sys/types.h> |
15 #include <ctype.h> | |
16 #include <stdio.h> | 15 #include <stdio.h> |
17 #include <stdlib.h> | |
18 #include "simresp.h" | 16 #include "simresp.h" |
19 | 17 |
20 cmd_grcard2_set_pin(argc, argv) | 18 cmd_grcard2_set_pin(argc, argv) |
21 char **argv; | 19 char **argv; |
22 { | 20 { |