http: replace boost::split with SplitString

Also removes boost/algorithm/string.hpp from expected includes
This commit is contained in:
Martin Leitner-Ankerl
2022-05-02 22:03:12 +02:00
parent 0d7efcdf75
commit d1a9850102
2 changed files with 5 additions and 6 deletions

View File

@ -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",