From patchwork Tue Nov 6 23:07:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3] remove dup include in testcase Date: Tue, 06 Nov 2012 13:07:34 -0000 From: Jonathan Wakely X-Patchwork-Id: 197578 Message-Id: To: "libstdc++" , gcc-patches * testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate include. Committed to trunk and 4.7 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/55123.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/55123.cc @@ -22,8 +22,6 @@ // libstdc++/55123 -#include - void f() { std::unique_ptr y; std::shared_ptr x = std::move(y);