diff --git a/armsrc/lfops.c b/armsrc/lfops.c index 0ed1c0c30..2381a30fa 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 607121f01..674a1bb5e 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);