From cf2b4b1ae0c56e63d6fc40f0045c5e7faf5f1e5b Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 3 Apr 2001 04:13:03 +0000 Subject: [PATCH] removed #include of limits [SVN r9694] --- include/boost/concept_check.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)