]> gcc.gnu.org Git - gcc.git/commitdiff
16728.cc: Remove redundant include <testsuite_performance.h>.
authorPaolo Carlini <pcarlini@suse.de>
Wed, 16 Feb 2005 13:14:36 +0000 (13:14 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 16 Feb 2005 13:14:36 +0000 (13:14 +0000)
2005-02-16  Paolo Carlini  <pcarlini@suse.de>

* testsuite/23_containers/set/modifiers/16728.cc:
Remove redundant include <testsuite_performance.h>.

From-SVN: r95105

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc

index 35ba0d4fb0d973b19ac1f0a3d0780fa315bee742..93021e7aefae63cabd617c48bfa1cf6e681ee41b 100644 (file)
@@ -1,3 +1,8 @@
+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
index 69487473f3de2c399e29d3b2da8e9efafe5dd639..794861917668c75511d573f552a08b70196c75cc 100644 (file)
@@ -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;
 
This page took 0.064263 seconds and 5 git commands to generate.