diff --git a/CMakeLists.txt b/CMakeLists.txt index a8436cbee..9467e2760 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,6 @@ target_link_libraries(boost_fusion Boost::container_hash Boost::core Boost::function_types - Boost::functional Boost::mpl Boost::preprocessor Boost::tuple diff --git a/build.jam b/build.jam index e62ea7462..bef6fca07 100644 --- a/build.jam +++ b/build.jam @@ -10,7 +10,6 @@ constant boost_dependencies : /boost/container_hash//boost_container_hash /boost/core//boost_core /boost/function_types//boost_function_types - /boost/functional//boost_functional /boost/mpl//boost_mpl /boost/preprocessor//boost_preprocessor /boost/tuple//boost_tuple @@ -18,16 +17,12 @@ constant boost_dependencies : /boost/typeof//boost_typeof /boost/utility//boost_utility ; -project /boost/fusion - : common-requirements - include - ; +project /boost/fusion ; explicit - [ alias boost_fusion : : : : $(boost_dependencies) ] + [ alias boost_fusion : : : : include $(boost_dependencies) ] [ alias all : boost_fusion test ] ; call-if : boost-library fusion ; - diff --git a/include/boost/fusion/view/identity_view/identity_view.hpp b/include/boost/fusion/view/identity_view/identity_view.hpp index 98410bc67..1662f251b 100644 --- a/include/boost/fusion/view/identity_view/identity_view.hpp +++ b/include/boost/fusion/view/identity_view/identity_view.hpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include namespace boost { namespace fusion {