From ddccb755f4c04bb23c709ca6aa07ec918bda87ea Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 7 Feb 2001 04:52:58 +0000 Subject: [PATCH] Removed useless #includes of standard library headers [SVN r8993] --- include/boost/detail/iterator.hpp | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) 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;