Commit 2fdff2be by Paolo Carlini Committed by Paolo Carlini

testsuite_io.h: Only include <ios>.

2007-05-14  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/util/testsuite_io.h: Only include <ios>.

From-SVN: r124717
parent 56f78eec
2007-05-14 Paolo Carlini <pcarlini@suse.de> 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. * include/bits/allocator.h: Do not include cpp_type_traits.h.
2007-05-14 Paolo Carlini <pcarlini@suse.de> 2007-05-14 Paolo Carlini <pcarlini@suse.de>
......
// -*- C++ -*- // -*- C++ -*-
// Testing streambuf/filebuf/stringbuf for the C++ library testsuite. // 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 // 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 // software; you can redistribute it and/or modify it under the
...@@ -31,8 +31,7 @@ ...@@ -31,8 +31,7 @@
#ifndef _GLIBCXX_TESTSUITE_IO_H #ifndef _GLIBCXX_TESTSUITE_IO_H
#define _GLIBCXX_TESTSUITE_IO_H #define _GLIBCXX_TESTSUITE_IO_H
#include <fstream> #include <ios>
#include <sstream>
namespace __gnu_test namespace __gnu_test
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment