diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4fdec55c2669..510bb2c56ce7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2008-11-18 Paolo Carlini + + * include/tr1_impl/cinttypes: Remove redundant pragma system_header. + * include/tr1_impl/cfenv: Likewise. + * include/tr1_impl/cstdint: Likewise. + 2008-11-13 Paolo Carlini PR libstdc++/38000 diff --git a/libstdc++-v3/include/tr1_impl/cfenv b/libstdc++-v3/include/tr1_impl/cfenv index 2732322977f6..65566c89374a 100644 --- a/libstdc++-v3/include/tr1_impl/cfenv +++ b/libstdc++-v3/include/tr1_impl/cfenv @@ -32,8 +32,6 @@ * You should not attempt to use it directly. */ -#pragma GCC system_header - #if _GLIBCXX_USE_C99_FENV_TR1 #undef feclearexcept diff --git a/libstdc++-v3/include/tr1_impl/cinttypes b/libstdc++-v3/include/tr1_impl/cinttypes index 4e9da08abff8..ce5c7af97c52 100644 --- a/libstdc++-v3/include/tr1_impl/cinttypes +++ b/libstdc++-v3/include/tr1_impl/cinttypes @@ -32,8 +32,6 @@ * You should not attempt to use it directly. */ -#pragma GCC system_header - #if _GLIBCXX_USE_C99_INTTYPES_TR1 namespace std diff --git a/libstdc++-v3/include/tr1_impl/cstdint b/libstdc++-v3/include/tr1_impl/cstdint index 0c63fb4d367a..481c989a943b 100644 --- a/libstdc++-v3/include/tr1_impl/cstdint +++ b/libstdc++-v3/include/tr1_impl/cstdint @@ -32,8 +32,6 @@ * You should not attempt to use it directly. */ -#pragma GCC system_header - #if _GLIBCXX_USE_C99_STDINT_TR1 namespace std