mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
chg: adapting to new locations, and changes in makefile.
This commit is contained in:
parent
590fd15c3a
commit
fefac686e8
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue