X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/653e5ed3ca3f8bf4ae677900ae4860a8cf7026c1..1511ea28a8cc647a6fc462e9c182622a43df1318:/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