Rename utils to common_utils
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "ethUstream.h"
|
||||
#include "rlp_utils.h"
|
||||
#include "utils.h"
|
||||
#include "common_utils.h"
|
||||
|
||||
#define MAX_INT256 32
|
||||
#define MAX_ADDRESS 20
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "os.h"
|
||||
#include "cx.h"
|
||||
#include "utils.h"
|
||||
#include "common_utils.h"
|
||||
#include "tx_content.h"
|
||||
|
||||
struct txContext_t;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "swap_utils.h"
|
||||
#include "handle_get_printable_amount.h"
|
||||
#include "shared_context.h"
|
||||
#include "utils.h"
|
||||
#include "common_utils.h"
|
||||
#include "uint256.h"
|
||||
#include "string.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "swap_utils.h"
|
||||
#include "handle_swap_sign_transaction.h"
|
||||
#include "shared_context.h"
|
||||
#include "utils.h"
|
||||
#include "common_utils.h"
|
||||
#ifdef HAVE_NBGL
|
||||
#include "nbgl_use_case.h"
|
||||
#endif // HAVE_NBGL
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "os_io_seproxyhal.h"
|
||||
|
||||
#include "glyphs.h"
|
||||
#include "utils.h"
|
||||
#include "common_utils.h"
|
||||
|
||||
#include "swap_lib_calls.h"
|
||||
#include "handle_swap_sign_transaction.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "os_pic.h"
|
||||
#include "network.h"
|
||||
#include "shared_context.h"
|
||||
#include "utils.h"
|
||||
#include "common_utils.h"
|
||||
|
||||
typedef struct network_info_s {
|
||||
const char *name;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "shared_context.h"
|
||||
#include "stark_utils.h"
|
||||
#include "utils.h"
|
||||
#include "common_utils.h"
|
||||
|
||||
extraInfo_t *getKnownToken(uint8_t *contractAddress);
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <string.h>
|
||||
#include "uint128.h"
|
||||
#include "uint_common.h"
|
||||
#include "utils.h" // HEXDIGITS
|
||||
#include "common_utils.h" // HEXDIGITS
|
||||
|
||||
void readu128BE(const uint8_t *const buffer, uint128_t *const target) {
|
||||
UPPER_P(target) = readUint64BE(buffer);
|
||||
|
||||
Reference in New Issue
Block a user