summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-11 10:12:47 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-11 10:12:47 +0000
commit81cbcdb504918d2ef49e106c45e936bedfbbc383 (patch)
treefe3ad0fd42362a6eac1b03ac28cfa508e14d5f2c /libstdc++-v3
parent523a666bd23cdb8d50ab089781016e23f0803849 (diff)
downloadgcc-81cbcdb504918d2ef49e106c45e936bedfbbc383.tar.gz
2007-04-11 Zack Weinberg <zack@mrtock.ucsd.edu>
* include/std/iosfwd: Do not include <bits/c++locale.h> and <bits/functexcept.h>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123713 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/std/iosfwd2
2 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 68f0447bb71..31564dddf12 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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/
diff --git a/libstdc++-v3/include/std/iosfwd b/libstdc++-v3/include/std/iosfwd
index bf23f18f68c..5c0bbba9ce8 100644
--- a/libstdc++-v3/include/std/iosfwd
+++ b/libstdc++-v3/include/std/iosfwd
@@ -43,10 +43,8 @@
#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)