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

@@ -1,7 +1,10 @@
#ifdef HAVE_NFT_SUPPORT
#include <string.h>
#include "erc1155_plugin.h"
#include "eth_plugin_internal.h"
#include "utils.h"
#include "ethUtils.h"
static void handle_safe_transfer(ethPluginProvideParameter_t *msg, erc1155_context_t *context) {
uint8_t new_value[INT256_LENGTH];