chg: adapting to new locations, and changes in makefile.

This commit is contained in:
iceman1001 2017-12-24 10:28:46 +01:00
parent 590fd15c3a
commit fefac686e8

View file

@ -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"