From: Zack Weinberg Date: Wed, 11 Apr 2007 10:12:47 +0000 (+0000) Subject: iosfwd: Do not include and . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c74620b05b1dfc5d5d683899b84ccf7c86d78d78;p=gcc.git iosfwd: Do not include and . 2007-04-11 Zack Weinberg * include/std/iosfwd: Do not include and . From-SVN: r123713 --- 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 + + * include/std/iosfwd: Do not include and + . + 2007-04-10 Benjamin Kosnik * 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 -#include #include // For string forward declarations. #include -#include _GLIBCXX_BEGIN_NAMESPACE(std)