aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorMartin Leitner-Ankerl <martin.ankerl@gmail.com>2022-05-02 22:03:12 +0200
committerMartin Leitner-Ankerl <martin.ankerl@gmail.com>2022-05-04 07:34:48 +0200
commitd1a9850102fe572b8a1e00b80c757dd82bf39f9d (patch)
tree2048d4819e5b7c5deb9bbacc812701e817b81bb0 /test/lint
parent0d7efcdf75607e19fac77bcd146773a03af14492 (diff)
downloadbitcoin-d1a9850102fe572b8a1e00b80c757dd82bf39f9d.tar.xz
http: replace boost::split with SplitString
Also removes boost/algorithm/string.hpp from expected includes
Diffstat (limited to 'test/lint')
-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 86ebb814c2..ae62994642 100755
--- a/test/lint/lint-includes.py
+++ b/test/lint/lint-includes.py
@@ -21,8 +21,7 @@ EXCLUDED_DIRS = ["src/leveldb/",
"src/minisketch/",
"src/univalue/"]
-EXPECTED_BOOST_INCLUDES = ["boost/algorithm/string.hpp",
- "boost/algorithm/string/replace.hpp",
+EXPECTED_BOOST_INCLUDES = ["boost/algorithm/string/replace.hpp",
"boost/date_time/posix_time/posix_time.hpp",
"boost/multi_index/hashed_index.hpp",
"boost/multi_index/ordered_index.hpp",