]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfti.c
fix emv search behavior
[proxmark3-svn] / client / cmdlfti.c
index 5dae9c0ecdd2901206743641124691dbb9d08353..ff463971689ed830b43e4c5e514bbe3566907277 100644 (file)
@@ -8,16 +8,17 @@
 // Low frequency TI commands
 //-----------------------------------------------------------------------------
 
+#include "cmdlfti.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <inttypes.h>
 #include "crc16.h"
-#include "proxmark3.h"
-#include "data.h"
+#include "comms.h"
 #include "ui.h"
 #include "graph.h"
 #include "cmdparser.h"
-#include "cmdlfti.h"
+#include "util.h"
 
 static int CmdHelp(const char *Cmd);
 
Impressum, Datenschutz