Split tokens file

This commit is contained in:
Francois Beutin
2024-01-15 17:09:30 +01:00
parent 4d04d5113d
commit ca8700f47c
7 changed files with 74 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
#include "shared_context.h"
#include "apdu_constants.h"
#include "tokens.h"
#include "public_keys.h"
#include "common_ui.h"
#include "os_io_seproxyhal.h"

View File

@@ -1,6 +1,6 @@
#include "shared_context.h"
#include "apdu_constants.h"
#include "tokens.h"
#include "public_keys.h"
#include "eth_plugin_interface.h"
#include "eth_plugin_internal.h"
#include "common_ui.h"

View File

@@ -4,6 +4,7 @@
#include "hash_bytes.h"
#include "ethUstream.h" // INT256_LENGTH
#include "apdu_constants.h" // APDU return codes
#include "public_keys.h"
#include "context_712.h"
#include "commands_712.h"
#include "typed_data.h"