emrtd: Clean up includes, further document used files

This commit is contained in:
Ave 2020-12-14 17:30:58 +03:00
parent 8ed358e3be
commit 19922e1d23

View file

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