iosfwd: Do not include <bits/c++locale.h> and <bits/functexcept.h>.
authorZack Weinberg <zack@mrtock.ucsd.edu>
Wed, 11 Apr 2007 10:12:47 +0000 (10:12 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 11 Apr 2007 10:12:47 +0000 (10:12 +0000)
2007-04-11  Zack Weinberg  <zack@mrtock.ucsd.edu>

* include/std/iosfwd: Do not include <bits/c++locale.h> and
<bits/functexcept.h>.

From-SVN: r123713

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/iosfwd

index 68f0447bb7104083b6b6e67c69d38976a34d2e5b..31564dddf12b62a62df243273613a08178ad752a 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-11  Zack Weinberg  <zack@mrtock.ucsd.edu>
+
+       * include/std/iosfwd: Do not include <bits/c++locale.h> and
+       <bits/functexcept.h>.
+
 2007-04-10  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/ext/pb_ds/detail/resize_policy/
index bf23f18f68cb89a500291fdc2ce873b9540f805f..5c0bbba9ce8c1b76d8eb77f9d2cb3a2b75df27d3 100644 (file)
 #pragma GCC system_header
 
 #include <bits/c++config.h>
-#include <bits/c++locale.h> 
 #include <bits/stringfwd.h>    // For string forward declarations.
 #include <bits/postypes.h>
-#include <bits/functexcept.h>
 
 _GLIBCXX_BEGIN_NAMESPACE(std)