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
This commit is contained in:
Paolo Carlini 2005-02-16 13:14:36 +00:00 committed by Paolo Carlini
parent b949d64b60
commit 838731b61e
2 changed files with 6 additions and 2 deletions

View 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

View 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;