clang-tidy: Apply modernize-deprecated-headers

This can be reproduced according to the developer notes with something
like

( cd ./src/ && ../contrib/devtools/run-clang-tidy.py -p ../bld-cmake -fix -j $(nproc) )

Also, the header related changes were done manually.
This commit is contained in:
MarcoFalke
2025-06-03 13:45:37 +02:00
parent 2d819fa4df
commit fae71d30f7
87 changed files with 101 additions and 98 deletions

View File

@@ -12,8 +12,8 @@
#include <util/strencodings.h>
#include <algorithm>
#include <assert.h>
#include <string.h>
#include <cassert>
#include <cstring>
/// Maximum witness length for Bech32 addresses.
static constexpr std::size_t BECH32_WITNESS_PROG_MAX_LEN = 40;