mirror of git://gcc.gnu.org/git/gcc.git
iosfwd: Do not include <bits/c++locale.h> and <bits/functexcept.h>.
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
This commit is contained in:
parent
2b3fd25f63
commit
c74620b05b
|
@ -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/
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue