mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 06:35:38 -07: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 <ctype.h>
|
||||||
#include "fileutils.h" // saveFile
|
#include "fileutils.h" // saveFile
|
||||||
#include "cmdparser.h" // command_t
|
#include "cmdparser.h" // command_t
|
||||||
#include "comms.h" // clearCommandBuffer
|
#include "cmdtrace.h" // CmdTraceList
|
||||||
#include "cmdtrace.h"
|
#include "cliparser.h" // CLIParserContext etc
|
||||||
#include "cliparser.h"
|
#include "cmdhf14a.h" // ExchangeAPDU14a
|
||||||
#include "crc16.h"
|
|
||||||
#include "cmdhf14a.h"
|
|
||||||
#include "protocols.h" // definitions of ISO14A/7816 protocol
|
#include "protocols.h" // definitions of ISO14A/7816 protocol
|
||||||
#include "emv/apduinfo.h" // GetAPDUCodeDescription
|
#include "emv/apduinfo.h" // GetAPDUCodeDescription
|
||||||
#include "sha1.h" // KSeed calculation etc
|
#include "sha1.h" // KSeed calculation etc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue