aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-includes.sh
diff options
context:
space:
mode:
author251 <13120787+251Labs@users.noreply.github.com>2018-07-20 23:48:26 +0200
committer251 <13120787+251Labs@users.noreply.github.com>2018-07-21 01:14:25 +0200
commit5f019d5354cb12e343ea4bb88da04fbe0e98f102 (patch)
tree57f901e796b23e97e115a333a1d9712f8f9be4fb /test/lint/lint-includes.sh
parent2dc5ab637803283dd28717f49c43498350cd6308 (diff)
downloadbitcoin-5f019d5354cb12e343ea4bb88da04fbe0e98f102.tar.xz
Removes the boost/algorithm/string/join dependency
This commit removes the `boost/algorithm/string/join` dependency from the project by replacing `boost::algorithm::join` with a simple helper function.
Diffstat (limited to 'test/lint/lint-includes.sh')
-rwxr-xr-xtest/lint/lint-includes.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh
index 52b327f955..2faaef8954 100755
--- a/test/lint/lint-includes.sh
+++ b/test/lint/lint-includes.sh
@@ -49,7 +49,6 @@ EXPECTED_BOOST_INCLUDES=(
boost/algorithm/string.hpp
boost/algorithm/string/case_conv.hpp
boost/algorithm/string/classification.hpp
- boost/algorithm/string/join.hpp
boost/algorithm/string/predicate.hpp
boost/algorithm/string/replace.hpp
boost/algorithm/string/split.hpp