]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite_io.h: Only include <ios>.
authorPaolo Carlini <pcarlini@suse.de>
Mon, 14 May 2007 16:44:31 +0000 (16:44 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 14 May 2007 16:44:31 +0000 (16:44 +0000)
2007-05-14  Paolo Carlini  <pcarlini@suse.de>

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

From-SVN: r124717

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

index 0e7c33f73b5a8bf9d2c6aa578b035cc627235e06..34d887378f4f1b361dd5c2929900c99120722510 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e6f1c03d6223ece8cbd154019b6230184e5cd125..2dc3caded63a02063f758e80a16382a0d2906069 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
 {