From 65845c7252e109939ec669767d15c3aa05ea5a78 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Fri, 11 Jun 2010 23:01:31 +0000 Subject: [PATCH] Removed #include from exception.hpp, requested by Emil, see #4068. [SVN r62824] --- include/boost/exception/exception.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 562f745..b6648b7 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -12,8 +12,6 @@ #pragma warning(push,1) #endif -#include - namespace boost { @@ -222,7 +220,7 @@ boost ; #if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) || \ - BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x621)) + defined(__BORLANDC__) // Tested at Embarcadero/CodeGear C++ version 6.21. public: #else private: