diff options
author | MacroFake <falke.marco@gmail.com> | 2022-07-19 14:28:00 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-07-19 14:32:53 +0200 |
commit | 1111ddeedf7ea801507db4e23b4737ec183eb19c (patch) | |
tree | 39a6fa585a4772bce021495cacd34196bd362bfa /ci | |
parent | fa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84 (diff) |
Remove unused includes from dbwrapper.h
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/06_script_b.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index b68bfe5cf1..29f30cfe9e 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -40,6 +40,7 @@ if [ "${RUN_TIDY}" = "true" ]; then export P_CI_DIR="${BASE_BUILD_DIR}/bitcoin-$HOST/" CI_EXEC "python3 ${DIR_IWYU}/include-what-you-use/iwyu_tool.py"\ " src/compat"\ + " src/dbwrapper.cpp"\ " src/init"\ " src/kernel/mempool_persist.cpp"\ " src/node/chainstate.cpp"\ |