X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fe087813f65b2a08ee814ad78d1164ae7eac6db0..refs/pull/910/head:/client/cmdlfpac.c?ds=sidebyside

diff --git a/client/cmdlfpac.c b/client/cmdlfpac.c
index ef6b394b..190361ec 100644
--- a/client/cmdlfpac.c
+++ b/client/cmdlfpac.c
@@ -7,10 +7,12 @@
 // Low frequency Stanley/PAC tag commands
 // NRZ, RF/32, 128 bits long (unknown cs)
 //-----------------------------------------------------------------------------
+
 #include "cmdlfpac.h"
+
 #include <string.h>
 #include <inttypes.h>
-#include "proxmark3.h"
+#include "comms.h"
 #include "ui.h"
 #include "util.h"
 #include "graph.h"