mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-04 06:12:07 +01:00
doc: Document IWYU workaround
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user