diff options
author | Martin Leitner-Ankerl <martin.ankerl@gmail.com> | 2022-05-02 22:03:12 +0200 |
---|---|---|
committer | Martin Leitner-Ankerl <martin.ankerl@gmail.com> | 2022-05-04 07:34:48 +0200 |
commit | d1a9850102fe572b8a1e00b80c757dd82bf39f9d (patch) | |
tree | 2048d4819e5b7c5deb9bbacc812701e817b81bb0 /test | |
parent | 0d7efcdf75607e19fac77bcd146773a03af14492 (diff) |
http: replace boost::split with SplitString
Also removes boost/algorithm/string.hpp from expected includes
Diffstat (limited to 'test')
-rwxr-xr-x | test/lint/lint-includes.py | 3 |
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", |