diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 3e6fa20..93d13e0 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -6,6 +6,7 @@ // to its suitability for any purpose. // // Revision History: +// 02 April 2001: Removed limits header altogether. (Jeremy Siek) // 01 April 2001: Modified to use new header. (JMaddock) // #ifndef BOOST_CONCEPT_CHECKS_HPP @@ -14,7 +15,6 @@ #include #include #include -#include #include #if defined(BOOST_MSVC) || defined(__BORLANDC__)