From 8ecfbd08997d0bfc6f0fde513400a8663dd39fd1 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Thu, 14 Nov 2013 20:47:59 +0000 Subject: [PATCH] Remove unused includes of tr1/unordered_map etc. They cause build errors with libc++, and we always use boost::unordered_map instead. This was SVN commit r14177. --- source/lib/pch/pch_stdlib.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/source/lib/pch/pch_stdlib.h b/source/lib/pch/pch_stdlib.h index 1d8b2c031a..481ac78494 100644 --- a/source/lib/pch/pch_stdlib.h +++ b/source/lib/pch/pch_stdlib.h @@ -68,18 +68,4 @@ #include #endif // !MINIMAL_PCH -#if !MINIMAL_PCH -// STL extensions -#if GCC_VERSION >= 402 // (see comment in stl.h about GCC versions) -# include -# include -#elif GCC_VERSION -# include -# include -#else -# include -# include -#endif -#endif // !MINIMAL_PCH - #endif // #ifndef INCLUDED_PCH_STDLIB