]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
Fix PrintAndLogEx ERR (#748)
[proxmark3-svn] / client / cmdlf.c
index 285d377af8fb79d07432dc31795666565c73e543..c09a299ce1f32e9cb11fec9c57a30d14ca115ee2 100644 (file)
@@ -8,14 +8,15 @@
 // Low frequency commands
 //-----------------------------------------------------------------------------
 
+#include "cmdlf.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
 #include <stdbool.h>
 #include <stdint.h>
-#include "proxmark3.h"
-#include "cmdlf.h"
+#include "comms.h"
 #include "lfdemod.h"     // for psk2TOpsk1
 #include "util.h"        // for parsing cli command utils
 #include "ui.h"          // for show graph controls
Impressum, Datenschutz