55123.cc: Remove duplicate include.

* testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate
	include.

From-SVN: r193263
This commit is contained in:
Jonathan Wakely 2012-11-06 22:53:16 +00:00 committed by Jonathan Wakely
parent 9422dd19d7
commit b142d8a2b5
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate
include.
2012-11-06 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/atomic_base.h: Don't include <cstddef>, use nullptr.

View File

@ -22,8 +22,6 @@
// libstdc++/55123
#include <memory>
void f() {
std::unique_ptr<const int> y;
std::shared_ptr<const int> x = std::move(y);