refactor: Drop boost/algorithm/string/replace.hpp dependency

This commit is contained in:
Hennadii Stepanov
2022-08-08 11:44:27 +01:00
parent 857526e8cb
commit fea75ad3ca
3 changed files with 7 additions and 7 deletions

View File

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