OSDN Git Service

* testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Nov 2012 23:07:12 +0000 (23:07 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Nov 2012 23:07:12 +0000 (23:07 +0000)
include.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@193266 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/shared_ptr/cons/55123.cc

index 3a01fa4..b740701 100644 (file)
@@ -1,5 +1,10 @@
 2012-11-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
+       * testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate
+       include.
+
+2012-11-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
        * testsuite/*: Fix copying permission statements.
 
 2012-11-05  Benjamin Kosnik  <bkoz@redhat.com>
index 35b517e..6628d4b 100644 (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);