From dd0434a6ed45d2128bb687f4cacbed7ae00cd586 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 8 Jan 2016 15:29:06 +0100 Subject: [PATCH] FIX: @marshmellow42 's cleanup of includes. --- client/cmdlft55xx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 2f8e2e2f..a86dd423 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -10,7 +10,7 @@ #include #include #include -#include +//#include #include "proxmark3.h" #include "ui.h" #include "graph.h" @@ -22,8 +22,6 @@ #include "util.h" #include "data.h" #include "lfdemod.h" -#include "../common/crc.h" -#include "../common/iso14443crc.h" #include "cmdhf14a.h" #define T55x7_CONFIGURATION_BLOCK 0x00 -- 2.39.2