aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-08-08 11:44:27 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-08-08 11:53:23 +0100
commitfea75ad3caa29972db32d3ce7e0fe125ec77a0eb (patch)
tree08d2d1c87ca5b45d5128b858e26504928ffeff6d /test
parent857526e8cbb0847a865e9c2509425960d458f535 (diff)
downloadbitcoin-fea75ad3caa29972db32d3ce7e0fe125ec77a0eb.tar.xz
refactor: Drop `boost/algorithm/string/replace.hpp` dependency
Diffstat (limited to 'test')
-rwxr-xr-xtest/lint/lint-includes.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lint/lint-includes.py b/test/lint/lint-includes.py
index afdca0d418..b3fa4b9303 100755
--- a/test/lint/lint-includes.py
+++ b/test/lint/lint-includes.py
@@ -21,8 +21,7 @@ EXCLUDED_DIRS = ["src/leveldb/",
"src/minisketch/",
]
-EXPECTED_BOOST_INCLUDES = ["boost/algorithm/string/replace.hpp",
- "boost/date_time/posix_time/posix_time.hpp",
+EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
"boost/multi_index/hashed_index.hpp",
"boost/multi_index/ordered_index.hpp",
"boost/multi_index/sequenced_index.hpp",