X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d03fb293bce1b06d49fb9faf5c492a1e2effc24b..df7b80fecce977455a542e6a0a82a17e62521301:/client/emv/cmdemv.h

diff --git a/client/emv/cmdemv.h b/client/emv/cmdemv.h
index b3f76508..1a9da118 100644
--- a/client/emv/cmdemv.h
+++ b/client/emv/cmdemv.h
@@ -11,22 +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"
+extern int CmdEMV(const char *Cmd);
 
-int CmdHFEMV(const char *Cmd);
-
-
-#endif
\ No newline at end of file
+#endif