Remove unnecessary includes

This commit is contained in:
Peter Dimov
2024-01-25 05:28:17 +02:00
parent 86b7a7809a
commit c423753491
2 changed files with 4 additions and 19 deletions

View File

@@ -10,18 +10,12 @@
#ifndef BOOST_FUNCTION_PROLOGUE_HPP
#define BOOST_FUNCTION_PROLOGUE_HPP
# include <boost/function/detail/requires_cxx11.hpp>
# include <cassert>
# include <algorithm>
# include <boost/config/no_tr1/functional.hpp> // unary_function, binary_function
# include <boost/throw_exception.hpp>
# include <boost/config.hpp>
# include <boost/function/function_base.hpp>
# include <boost/mem_fn.hpp>
# include <boost/throw_exception.hpp>
# include <boost/type_traits/is_integral.hpp>
# include <boost/preprocessor/enum.hpp>
# include <boost/preprocessor/enum_params.hpp>
# include <boost/preprocessor/cat.hpp>
# include <boost/preprocessor/repeat.hpp>
# include <boost/preprocessor/inc.hpp>
# include <boost/type_traits/is_void.hpp>
# include <boost/config.hpp>
# include <algorithm>
# include <cassert>
#endif // BOOST_FUNCTION_PROLOGUE_HPP