X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6fc68747f68c47b65215013545c7c551105a366a..41611deef90f78c2ee5d20d78e9bd1c7f64d964b:/client/cmdhf14b.h diff --git a/client/cmdhf14b.h b/client/cmdhf14b.h index 873e2d51..26eb9037 100644 --- a/client/cmdhf14b.h +++ b/client/cmdhf14b.h @@ -11,6 +11,10 @@ #ifndef CMDHF14B_H__ #define CMDHF14B_H__ +#include +#include +#include +#include #include "iso14443crc.h" #include "proxmark3.h" #include "data.h" @@ -20,14 +24,12 @@ #include "cmdparser.h" #include "cmdmain.h" #include "cmdhf14a.h" -#include "tea.h" #include "cmdhf.h" #include "prng.h" #include "sha1.h" #include "mifare.h" // structs/enum for ISO14B #include "protocols.h" // definitions of ISO14B protocol - int usage_hf_14b_info(void); int usage_hf_14b_reader(void); int usage_hf_14b_raw(void);