Skip to content

Commit

Permalink
Merge pull request #74 from Kojoley/remove-unused-includes
Browse files Browse the repository at this point in the history
Remove unused includes
  • Loading branch information
apolukhin committed Dec 2, 2019
2 parents c401edb + 93c2118 commit 206d1d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions include/boost/variant/detail/apply_visitor_binary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# include <boost/core/enable_if.hpp>
# include <boost/type_traits/is_lvalue_reference.hpp>
# include <boost/type_traits/is_same.hpp>
# include <boost/move/move.hpp>
# include <boost/move/utility.hpp>
# include <boost/move/utility_core.hpp> // for boost::move, boost::forward
#endif

namespace boost {
Expand Down
5 changes: 1 addition & 4 deletions include/boost/variant/detail/move.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
#ifndef BOOST_VARIANT_DETAIL_MOVE_HPP
#define BOOST_VARIANT_DETAIL_MOVE_HPP

#include <iterator> // for iterator_traits
#include <new> // for placement new

#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/move/move.hpp>
#include <boost/move/utility_core.hpp> // for boost::move
#include <boost/move/adl_move_swap.hpp>

namespace boost { namespace detail { namespace variant {
Expand Down
1 change: 0 additions & 1 deletion test/recursive_wrapper_move_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// is_noexcept_move_constructible

#include <string>
#include <iterator>

#include <boost/variant.hpp>
#include <boost/array.hpp>
Expand Down

0 comments on commit 206d1d2

Please sign in to comment.