# HG changeset patch # User Mychaela Falconia <falcon@freecalypso.org> # Date 1613085207 0 # Node ID 744fabd6bd3f94f4dc5e4175d0d83bf65d5aea58 # Parent e9e8ce12f5a596787b7a7aaaf56a45949455b071 simtool/grcard[12].c: rm unnecessary #include's diff -r e9e8ce12f5a5 -r 744fabd6bd3f simtool/grcard1.c --- a/simtool/grcard1.c Thu Feb 11 23:11:57 2021 +0000 +++ b/simtool/grcard1.c Thu Feb 11 23:13:27 2021 +0000 @@ -6,9 +6,7 @@ */ #include <sys/types.h> -#include <ctype.h> #include <stdio.h> -#include <stdlib.h> #include "simresp.h" cmd_grcard1_set_pin(argc, argv) diff -r e9e8ce12f5a5 -r 744fabd6bd3f simtool/grcard2.c --- a/simtool/grcard2.c Thu Feb 11 23:11:57 2021 +0000 +++ b/simtool/grcard2.c Thu Feb 11 23:13:27 2021 +0000 @@ -12,9 +12,7 @@ */ #include <sys/types.h> -#include <ctype.h> #include <stdio.h> -#include <stdlib.h> #include "simresp.h" cmd_grcard2_set_pin(argc, argv)