mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-03 19:43:09 +08:00
emrtd: Clean up includes, further document used files
This commit is contained in:
parent
8ed358e3be
commit
19922e1d23
1 changed files with 3 additions and 5 deletions
|
@ -14,11 +14,9 @@
|
|||
#include <ctype.h>
|
||||
#include "fileutils.h" // saveFile
|
||||
#include "cmdparser.h" // command_t
|
||||
#include "comms.h" // clearCommandBuffer
|
||||
#include "cmdtrace.h"
|
||||
#include "cliparser.h"
|
||||
#include "crc16.h"
|
||||
#include "cmdhf14a.h"
|
||||
#include "cmdtrace.h" // CmdTraceList
|
||||
#include "cliparser.h" // CLIParserContext etc
|
||||
#include "cmdhf14a.h" // ExchangeAPDU14a
|
||||
#include "protocols.h" // definitions of ISO14A/7816 protocol
|
||||
#include "emv/apduinfo.h" // GetAPDUCodeDescription
|
||||
#include "sha1.h" // KSeed calculation etc
|
||||
|
|
Loading…
Reference in a new issue