From: marshmellow42 Date: Mon, 29 Dec 2014 02:29:33 +0000 (-0500) Subject: slight adjustment to include X-Git-Tag: v2.0.0-rc1~75^2~9 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/7db5f1ca25c2e451eac0f11e4e7eb9b1a9939ce3 slight adjustment to include removed extra unneeded path --- diff --git a/armsrc/lfops.c b/armsrc/lfops.c index 0ed1c0c3..2381a30f 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -14,7 +14,7 @@ #include "hitag2.h" #include "crc16.h" #include "string.h" -#include "../common/lfdemod.h" +#include "lfdemod.h" /** diff --git a/client/cmddata.c b/client/cmddata.c index 607121f0..674a1bb5 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -21,7 +21,7 @@ #include "util.h" #include "cmdmain.h" #include "cmddata.h" -#include "../common/lfdemod.h" +#include "lfdemod.h" static int CmdHelp(const char *Cmd);