From 7db5f1ca25c2e451eac0f11e4e7eb9b1a9939ce3 Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Sun, 28 Dec 2014 21:29:33 -0500 Subject: [PATCH] slight adjustment to include removed extra unneeded path --- armsrc/lfops.c | 2 +- client/cmddata.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2