cinttypes: Remove redundant pragma system_header.
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 18 Nov 2008 17:27:10 +0000 (17:27 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 18 Nov 2008 17:27:10 +0000 (17:27 +0000)
2008-11-18  Paolo Carlini  <paolo.carlini@oracle.com>

* include/tr1_impl/cinttypes: Remove redundant pragma system_header.
* include/tr1_impl/cfenv: Likewise.
* include/tr1_impl/cstdint: Likewise.

From-SVN: r141968

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1_impl/cfenv
libstdc++-v3/include/tr1_impl/cinttypes
libstdc++-v3/include/tr1_impl/cstdint

index 4fdec55..510bb2c 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-18  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/tr1_impl/cinttypes: Remove redundant pragma system_header.
+       * include/tr1_impl/cfenv: Likewise.
+       * include/tr1_impl/cstdint: Likewise.
+
 2008-11-13  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/38000
index 2732322..65566c8 100644 (file)
@@ -32,8 +32,6 @@
  *  You should not attempt to use it directly.
  */
 
-#pragma GCC system_header
-
 #if _GLIBCXX_USE_C99_FENV_TR1
 
 #undef feclearexcept
index 4e9da08..ce5c7af 100644 (file)
@@ -32,8 +32,6 @@
  *  You should not attempt to use it directly.
  */
 
-#pragma GCC system_header
-
 #if _GLIBCXX_USE_C99_INTTYPES_TR1
 
 namespace std
index 0c63fb4..481c989 100644 (file)
@@ -32,8 +32,6 @@
  *  You should not attempt to use it directly.
  */
 
-#pragma GCC system_header
-
 #if _GLIBCXX_USE_C99_STDINT_TR1
 
 namespace std