diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-07-22 05:58:29 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-08-04 01:11:42 +0800 |
commit | 1c5d22585384c8bb05a27a04eab5c57b31d623fb (patch) | |
tree | 8b3de17ec422774df895d4fedcd398975650dcc3 /test/lint | |
parent | ef4fac0ea5b4891f4529e4b59dfd1f7aeb3009b5 (diff) |
Drop boost::scoped_array
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/lint-includes.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index 8f7a1fd76b..2e8569a509 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -65,7 +65,6 @@ EXPECTED_BOOST_INCLUDES=( boost/optional.hpp boost/preprocessor/cat.hpp boost/preprocessor/stringize.hpp - boost/scoped_array.hpp boost/signals2/connection.hpp boost/signals2/last_value.hpp boost/signals2/signal.hpp |