mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
doc: Document IWYU workaround
This commit is contained in:
parent
898e8d3a2d
commit
03f363d378
@ -10,6 +10,9 @@
|
||||
#include <consensus/consensus.h>
|
||||
#include <consensus/validation.h>
|
||||
#include <key_io.h>
|
||||
// IWYU incorrectly suggests replacing this header
|
||||
// with forward declarations.
|
||||
// See https://github.com/include-what-you-use/include-what-you-use/issues/1886.
|
||||
#include <primitives/block.h> // IWYU pragma: keep
|
||||
#include <primitives/transaction.h>
|
||||
#include <script/descriptor.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user