mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 15:50:07 +01:00
iwyu: Do not export crypto/hex_base.h header
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user