Skip to content

Commit 99c6e25

Browse files
committed
Remove inclusion of <algorithm>
1 parent 6a9e8c7 commit 99c6e25

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

include/boost/array.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
#include <boost/assert.hpp>
4646
#include <boost/static_assert.hpp>
4747
#include <boost/throw_exception.hpp>
48-
#include <algorithm>
4948
#include <iterator>
5049
#include <stdexcept>
5150
#include <utility>

test/array0.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* http://www.boost.org/LICENSE_1_0.txt)
66
*/
77

8-
#include <string>
9-
#include <iostream>
108
#include <boost/array.hpp>
11-
129
#include <boost/core/lightweight_test_trait.hpp>
10+
#include <algorithm>
11+
#include <string>
12+
#include <iostream>
1313

1414
namespace {
1515

0 commit comments

Comments
 (0)