55123.cc: Remove duplicate include.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 6 Nov 2012 22:53:16 +0000 (22:53 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 6 Nov 2012 22:53:16 +0000 (22:53 +0000)
* testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate
include.

From-SVN: r193263

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

index 5a252ed..d324c32 100644 (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.
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);