From 2fdff2be24d5930c8681e5ac851c4ffc419abe7d Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 14 May 2007 16:44:31 +0000 Subject: [PATCH] testsuite_io.h: Only include . 2007-05-14 Paolo Carlini * testsuite/util/testsuite_io.h: Only include . From-SVN: r124717 --- libstdc++-v3/ChangeLog | 4 ++++ 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 0e7c33f73b5a..34d887378f4f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2007-05-14 Paolo Carlini + + * testsuite/util/testsuite_io.h: Only include . + 2007-05-14 Paolo Carlini * include/bits/allocator.h: Do not include cpp_type_traits.h. diff --git a/libstdc++-v3/testsuite/util/testsuite_io.h b/libstdc++-v3/testsuite/util/testsuite_io.h index e6f1c03d6223..2dc3caded63a 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 -#include +#include namespace __gnu_test {