mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 17:00:32 +02:00
http: replace boost::split with SplitString
Also removes boost/algorithm/string.hpp from expected includes
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user