mirror of
https://github.com/boostorg/variant.git
synced 2026-01-19 04:42:16 +00:00
Remove unused includes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
// is_noexcept_move_constructible
|
||||
|
||||
#include <string>
|
||||
#include <iterator>
|
||||
|
||||
#include <boost/variant.hpp>
|
||||
#include <boost/array.hpp>
|
||||
|
||||
Reference in New Issue
Block a user