From 90d2e831a3e729fa3ff2a0582141de2b70068e2d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 11 Apr 2009 07:53:59 +0000 Subject: [PATCH] Don't need to include utility now that select_stdlib has been fixed. [SVN r52320] --- include/boost/config/stdlib/libstdcpp3.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/config/stdlib/libstdcpp3.hpp b/include/boost/config/stdlib/libstdcpp3.hpp index 8ac326e8..8e1c811b 100644 --- a/include/boost/config/stdlib/libstdcpp3.hpp +++ b/include/boost/config/stdlib/libstdcpp3.hpp @@ -9,10 +9,6 @@ // config for libstdc++ v3 // not much to go in here: -#if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) -#include -#endif - #ifdef __GLIBCXX__ #define BOOST_STDLIB "GNU libstdc++ version " BOOST_STRINGIZE(__GLIBCXX__) #else