iwyu: Do not export crypto/hex_base.h header

This commit is contained in:
Hennadii Stepanov
2026-01-19 17:03:11 +00:00
parent 19a2edde50
commit e1a90bcecc
4 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include <consensus/amount.h>
#include <consensus/consensus.h>
#include <consensus/validation.h>
#include <crypto/hex_base.h>
#include <key_io.h>
#include <primitives/block.h> // IWYU pragma: keep
#include <primitives/transaction.h>

View File

@@ -9,6 +9,7 @@
#include <consensus/amount.h>
#include <consensus/merkle.h>
#include <consensus/params.h>
#include <crypto/hex_base.h>
#include <hash.h>
#include <kernel/messagestartchars.h>
#include <logging.h>

View File

@@ -7,6 +7,7 @@
#include <arith_uint256.h>
#include <chain.h>
#include <consensus/params.h>
#include <crypto/hex_base.h>
#include <dbwrapper.h>
#include <flatfile.h>
#include <hash.h>

View File

@@ -9,7 +9,7 @@
#ifndef BITCOIN_UTIL_STRENCODINGS_H
#define BITCOIN_UTIL_STRENCODINGS_H
#include <crypto/hex_base.h> // IWYU pragma: export
#include <crypto/hex_base.h>
#include <span.h>
#include <util/string.h>