diff options
author | Paolo Carlini <pcarlini@suse.de> | 2005-02-16 13:14:36 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2005-02-16 13:14:36 +0000 |
commit | 838731b61e6f6b91ed60653823abfc380e012a09 (patch) | |
tree | 1a9c7123cbac742760b7cfafed04def0309d7f40 | |
parent | b949d64b603abbf5ff895742362bfa5eea451d7a (diff) | |
download | gcc-838731b61e6f6b91ed60653823abfc380e012a09.zip gcc-838731b61e6f6b91ed60653823abfc380e012a09.tar.gz gcc-838731b61e6f6b91ed60653823abfc380e012a09.tar.bz2 |
16728.cc: Remove redundant include <testsuite_performance.h>.
2005-02-16 Paolo Carlini <pcarlini@suse.de>
* testsuite/23_containers/set/modifiers/16728.cc:
Remove redundant include <testsuite_performance.h>.
From-SVN: r95105
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 35ba0d4..93021e7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2005-02-16 Paolo Carlini <pcarlini@suse.de> + * testsuite/23_containers/set/modifiers/16728.cc: + Remove redundant include <testsuite_performance.h>. + +2005-02-16 Paolo Carlini <pcarlini@suse.de> + PR libstdc++/19829 * testsuite/21_strings/basic_string/find/char/3.cc: Fix the test at line #66 to not access str_lit01 beyond its end. diff --git a/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc index 6948747..7948619 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Free Software Foundation, Inc. +// Copyright (C) 2004, 2005 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 @@ -33,7 +33,6 @@ #include <set> #include <sstream> -#include <testsuite_performance.h> using namespace std; |