X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/108262a145256facb03fef99c4caa9680fa3620c..c08c796e8d11fc26af157545439c918c9603056a:/common/iso14443crc.c

diff --git a/common/iso14443crc.c b/common/iso14443crc.c
index 851546ae..a6def1a9 100644
--- a/common/iso14443crc.c
+++ b/common/iso14443crc.c
@@ -6,7 +6,7 @@
 // ISO14443 CRC calculation code.
 //-----------------------------------------------------------------------------
 
-#include "../common/iso14443crc.h"
+#include "iso14443crc.h"
 
 static unsigned short UpdateCrc14443(unsigned char ch, unsigned short *lpwCrc)
 {