Merge nft and tokens into a single asset header

This commit is contained in:
Francois Beutin
2024-01-16 17:17:42 +01:00
parent e64a04da51
commit 5bf5023e35
12 changed files with 27 additions and 32 deletions

View File

@@ -7,11 +7,9 @@
#include "os.h"
#include "cx.h"
#include "ethUstream.h"
#include "tokens.h"
#include "extra_info.h"
#include "tx_content.h"
#include "chainConfig.h"
#include "nft.h"
#include "asset_info.h"
#ifdef HAVE_NBGL
#include "nbgl_types.h"
#endif