X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/653e5ed3ca3f8bf4ae677900ae4860a8cf7026c1..5a9964829e8e6ef8382ed8b61dc71b1705a270f7:/client/emv/cmdemv.h?ds=inline

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