diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index c2c4fd0f0..1c41da3f4 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -37,14 +37,6 @@ #define BOOST_REGEX_STANDALONE #endif -/* - * Borland C++ Fix/error check - * this has to go *before* we include any std lib headers: - */ -#if defined(__BORLANDC__) && !defined(__clang__) -# include -#endif - #ifndef BOOST_REGEX_STANDALONE #include #endif