X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/653e5ed3ca3f8bf4ae677900ae4860a8cf7026c1..7527c2bdd821ac194ed362f327b5e6b7aef7d1bb:/client/emv/cmdemv.h diff --git a/client/emv/cmdemv.h b/client/emv/cmdemv.h index 78796efa..1a9da118 100644 --- a/client/emv/cmdemv.h +++ b/client/emv/cmdemv.h @@ -11,21 +11,6 @@ #ifndef CMDEMV_H__ #define CMDEMV_H__ -#include -#include -#include -#include -#include "proxmark3.h" -#include "ui.h" -#include "cmdparser.h" -#include "common.h" -#include "util.h" -#include "util_posix.h" -#include "cmdmain.h" -#include "emvcore.h" -#include "apduinfo.h" +extern int CmdEMV(const char *Cmd); -int CmdHFEMV(const char *Cmd); - - -#endif \ No newline at end of file +#endif