// IWYU pragma: keep with every #include <bitcoin-build-config.h>, apply a dedicated always_keep pragma to the bitcoin-build-config.h header itself.
pragma: always_keep to bitcoin-build-config.h
#34127
// IWYU pragma: keep with every #include <bitcoin-build-config.h>, apply a dedicated always_keep pragma to the bitcoin-build-config.h header itself.
-BEGIN VERIFY SCRIPT-
sed -i "s|#include <bitcoin-build-config.h> // IWYU pragma: keep|#include <bitcoin-build-config.h>|g" $( git grep -l "#include <bitcoin-build-config.h>" ./src/ )
-END VERIFY SCRIPT-
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/34127.
See the guideline for information on the review process. A summary of reviews will appear here.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Labels
Refactoring