comparison simtool/grcard1.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
comparison
equal deleted inserted replaced
3:e9e8ce12f5a5 4:744fabd6bd3f
4 * sysmoSIM-GR1 cards, or any other branded variant of the same card 4 * sysmoSIM-GR1 cards, or any other branded variant of the same card
5 * from Grcard. 5 * from Grcard.
6 */ 6 */
7 7
8 #include <sys/types.h> 8 #include <sys/types.h>
9 #include <ctype.h>
10 #include <stdio.h> 9 #include <stdio.h>
11 #include <stdlib.h>
12 #include "simresp.h" 10 #include "simresp.h"
13 11
14 cmd_grcard1_set_pin(argc, argv) 12 cmd_grcard1_set_pin(argc, argv)
15 char **argv; 13 char **argv;
16 { 14 {