aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-includes.py
AgeCommit message (Collapse)Author
2022-05-04http: replace boost::split with SplitStringMartin Leitner-Ankerl
Also removes boost/algorithm/string.hpp from expected includes
2022-05-04core_read: Replace boost::split with SplitStringMartin Leitner-Ankerl
Note that `SplitString` doesn't support token compression, but in this case it does not matter as empty strings are already skipped anyways. Also removes split.hpp and classification.hpp from expected includes
2022-04-19lint: Convert lint-includes.sh to PythonDimitri