diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-14 16:44:31 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-14 16:44:31 +0000 |
commit | 73e3989aeab6085ce9aea6ce8ca2490849472c44 (patch) | |
tree | dffc3e333d1dcbf68f89284b3941daf2e41d8aa5 /libstdc++-v3 | |
parent | 23fe5969390857dedce03e700792bbe89ba8cde4 (diff) | |
download | gcc-73e3989aeab6085ce9aea6ce8ca2490849472c44.tar.gz |
2007-05-14 Paolo Carlini <pcarlini@suse.de>
* testsuite/util/testsuite_io.h: Only include <ios>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/util/testsuite_io.h | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0e7c33f73b5..34d887378f4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2007-05-14 Paolo Carlini <pcarlini@suse.de> + * testsuite/util/testsuite_io.h: Only include <ios>. + +2007-05-14 Paolo Carlini <pcarlini@suse.de> + * include/bits/allocator.h: Do not include cpp_type_traits.h. 2007-05-14 Paolo Carlini <pcarlini@suse.de> diff --git a/libstdc++-v3/testsuite/util/testsuite_io.h b/libstdc++-v3/testsuite/util/testsuite_io.h index e6f1c03d622..2dc3caded63 100644 --- a/libstdc++-v3/testsuite/util/testsuite_io.h +++ b/libstdc++-v3/testsuite/util/testsuite_io.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Testing streambuf/filebuf/stringbuf for the C++ library testsuite. // -// Copyright (C) 2003, 2004 Free Software Foundation, Inc. +// Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -31,8 +31,7 @@ #ifndef _GLIBCXX_TESTSUITE_IO_H #define _GLIBCXX_TESTSUITE_IO_H -#include <fstream> -#include <sstream> +#include <ios> namespace __gnu_test { |