]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/variant/detail/move.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / variant / detail / move.hpp
index 32ae113a946df456bf522353232a1c4f275bf425..d2ef5b9628327a1601ab5efe0a7eb574b51da740 100644 (file)
@@ -5,7 +5,7 @@
 //
 //  Copyright (c) 2002-2003 Eric Friedman
 //  Copyright (c) 2002 by Andrei Alexandrescu
-//  Copyright (c) 2013-2019 Antony Polukhin
+//  Copyright (c) 2013-2020 Antony Polukhin
 //
 //  Use, modification and distribution are subject to the
 //  Boost Software License, Version 1.0. (See accompanying file
 #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 {