X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8d7d7b618777fddcde8897945f2ec42eb85095e2..a39af1cb9cab6298fcf01d7243e9f48db0f45f26:/client/emv/cmdemv.h?ds=inline

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 <stdio.h>
-#include <stdlib.h>
-#include <inttypes.h>
-#include <string.h>
-#include <ctype.h>
-#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