diff --git a/include/boost/detail/iterator.hpp b/include/boost/detail/iterator.hpp index 17b3344..5c4ea17 100644 --- a/include/boost/detail/iterator.hpp +++ b/include/boost/detail/iterator.hpp @@ -11,6 +11,13 @@ // std::distance() // // ...for all compilers and iterators +// + +// See http://www.boost.org for most recent version including documentation. + +// Revision History +// 06 Feb 2001 - Removed useless #includes of standard library headers +// (David Abrahams) #ifndef ITERATOR_DWA122600_HPP_ # define ITERATOR_DWA122600_HPP_ @@ -37,18 +44,6 @@ # endif // STLPort <= 4.1b4 && no partial specialization -# ifdef BOOST_BAD_CONTAINER_ITERATOR_CATEGORY_TYPEDEF -# include -# include -# include -# include -# include -# include -# include -# include -# include -# endif - namespace boost { namespace detail { # if !defined(BOOST_NO_STD_ITERATOR_TRAITS) && !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) using std::iterator_traits;