diff --git a/include/boost/variant/detail/apply_visitor_binary.hpp b/include/boost/variant/detail/apply_visitor_binary.hpp index 7decbdb..8c56e01 100644 --- a/include/boost/variant/detail/apply_visitor_binary.hpp +++ b/include/boost/variant/detail/apply_visitor_binary.hpp @@ -25,8 +25,7 @@ # include # include # include -# include -# include +# include // for boost::move, boost::forward #endif namespace boost { diff --git a/include/boost/variant/detail/move.hpp b/include/boost/variant/detail/move.hpp index 32ae113..5ed8d05 100644 --- a/include/boost/variant/detail/move.hpp +++ b/include/boost/variant/detail/move.hpp @@ -20,12 +20,9 @@ #ifndef BOOST_VARIANT_DETAIL_MOVE_HPP #define BOOST_VARIANT_DETAIL_MOVE_HPP -#include // for iterator_traits -#include // for placement new - #include #include -#include +#include // for boost::move #include namespace boost { namespace detail { namespace variant { diff --git a/test/recursive_wrapper_move_test.cpp b/test/recursive_wrapper_move_test.cpp index 58041ec..7bb5b4c 100644 --- a/test/recursive_wrapper_move_test.cpp +++ b/test/recursive_wrapper_move_test.cpp @@ -15,7 +15,6 @@ // is_noexcept_move_constructible #include -#include #include #include