2007-05-14 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 May 2007 16:44:31 +0000 (16:44 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 May 2007 16:44:31 +0000 (16:44 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/util/testsuite_io.h

index 0e7c33f..34d8873 100644 (file)
@@ -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>
index e6f1c03..2dc3cad 100644 (file)
@@ -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
 {