diff --git a/include/boost/bind/std_placeholders.hpp b/include/boost/bind/std_placeholders.hpp index 125ff24..36cfed6 100644 --- a/include/boost/bind/std_placeholders.hpp +++ b/include/boost/bind/std_placeholders.hpp @@ -11,12 +11,7 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include #include -#include - -#if !defined(BOOST_NO_CXX11_HDR_FUNCTIONAL) && !defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS) - #include #include @@ -35,6 +30,4 @@ template<> struct is_placeholder< typename std::decay