From fefac686e8fc55d6fb76068e5a3567b83d536867 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 24 Dec 2017 10:28:46 +0100 Subject: [PATCH] chg: adapting to new locations, and changes in makefile. --- client/scripting.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/scripting.h b/client/scripting.h index b0da5cb61..2f0e9b5b7 100644 --- a/client/scripting.h +++ b/client/scripting.h @@ -19,12 +19,12 @@ #include "cmdmain.h" #include "util.h" #include "mifarehost.h" -#include "../common/iso15693tools.h" +#include "iso15693tools.h" #include "iso14443crc.h" -#include "../common/crc.h" -#include "../common/crc16.h" -#include "../common/crc64.h" -#include "../common/sha1.h" +#include "crc.h" +#include "crc16.h" +#include "crc64.h" +#include "sha1.h" #include "aes.h" #include "cmdcrc.h" #include "cmdhfmfhard.h"