X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8d7d7b618777fddcde8897945f2ec42eb85095e2..1511ea28a8cc647a6fc462e9c182622a43df1318:/client/emv/cmdemv.h diff --git a/client/emv/cmdemv.h b/client/emv/cmdemv.h index 3dc76fa9..1a9da118 100644 --- a/client/emv/cmdemv.h +++ b/client/emv/cmdemv.h @@ -11,28 +11,6 @@ #ifndef CMDEMV_H__ #define CMDEMV_H__ -#include -#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" - -int CmdEMV(const char *Cmd); - -extern int CmdEMVSelect(const char *cmd); -extern int CmdEMVSearch(const char *cmd); -extern int CmdEMVPPSE(const char *cmd); -extern int CmdEMVExec(const char *cmd); -extern int CmdEMVGetrng(const char *Cmd); -extern int CmdEMVList(const char *Cmd); +extern int CmdEMV(const char *Cmd); #endif