File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spirit/include/boost/spirit/home/support/iterators/detail
unordered/include/boost/unordered/detail Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
#include < boost/spirit/home/support/iterators/multi_pass_fwd.hpp>
11
11
#include < boost/spirit/home/support/iterators/detail/multi_pass.hpp>
12
12
#if defined(BOOST_HAS_THREADS)
13
- #include < boost/detail/atomic_count.hpp>
13
+ #include < boost/smart_ptr/ detail/atomic_count.hpp>
14
14
#endif
15
15
#include < cstdlib>
16
16
Original file line number Diff line number Diff line change 26
26
#include < boost/preprocessor/repetition/repeat_from_to.hpp>
27
27
#include < boost/preprocessor/seq/enum.hpp>
28
28
#include < boost/preprocessor/seq/size.hpp>
29
- #include < boost/swap.hpp>
29
+ #include < boost/core/ swap.hpp>
30
30
#include < boost/throw_exception.hpp>
31
31
#include < boost/tuple/tuple.hpp>
32
32
#include < boost/type_traits/add_lvalue_reference.hpp>
You can’t perform that action at this time.
0 commit comments