Don't need to include utility now that select_stdlib has been fixed.

[SVN r52320]
This commit is contained in:
Daniel James
2009-04-11 07:53:59 +00:00
parent ac97540c23
commit 90d2e831a3

View File

@ -9,10 +9,6 @@
// config for libstdc++ v3
// not much to go in here:
#if !defined(__GLIBCXX__) && !defined(__GLIBCPP__)
#include <utility>
#endif
#ifdef __GLIBCXX__
#define BOOST_STDLIB "GNU libstdc++ version " BOOST_STRINGIZE(__GLIBCXX__)
#else