simtool/grcard[12].c: rm unnecessary #include's
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Thu, 11 Feb 2021 23:13:27 +0000 |
parents |
e9e8ce12f5a5 |
children |
ce189c97b7b1 |
files |
simtool/grcard1.c simtool/grcard2.c |
diffstat |
2 files changed, 0 insertions(+), 4 deletions(-)
[+]
|
line diff
--- 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)
--- 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)