Merge pull request #150 from gjasny/remove-circular-include

Remove circular preprocessor include
This commit is contained in:
Joel de Guzman
2017-09-03 05:30:35 +08:00
committed by GitHub

View File

@ -9,7 +9,6 @@
#define BOOST_FUSION_CONTAINER_SET_DETAIL_VALUE_OF_DATA_IMPL_HPP
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/container/set/detail/value_of_data_impl.hpp>
namespace boost { namespace fusion { namespace extension
{