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