Minimize includes in header files to what they depend on

This commit is contained in:
Alexandre Paillier
2022-03-08 17:59:36 +01:00
parent c548aba364
commit 23202f6a63
21 changed files with 43 additions and 25 deletions

View File

@@ -3,13 +3,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include "os.h"
#include "cx.h"
#include "os_io_seproxyhal.h"
#include "ethUstream.h"
#include "uint256.h"
#include "tokens.h"
#include "chainConfig.h"
#include "nft.h"