From 127db4d1893eabfac78217b8b7eb260ee3ae95cc Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 26 Oct 2013 10:13:38 +0000 Subject: [PATCH] Remove all references to now defunct (and removed) header. [SVN r86438] --- test/test_shared_ptr.cpp | 1 - test/test_shared_ptr_132.cpp | 1 - test/test_shared_ptr_multi_base.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/test/test_shared_ptr.cpp b/test/test_shared_ptr.cpp index 6d7a1025..1f5d09a7 100644 --- a/test/test_shared_ptr.cpp +++ b/test/test_shared_ptr.cpp @@ -18,7 +18,6 @@ namespace std{ using ::remove; } #endif -#include #include #include diff --git a/test/test_shared_ptr_132.cpp b/test/test_shared_ptr_132.cpp index 95a6e8fa..a0b5a6bb 100644 --- a/test/test_shared_ptr_132.cpp +++ b/test/test_shared_ptr_132.cpp @@ -30,7 +30,6 @@ namespace std{ #include #include -#include // This is a simple class. It contains a counter of the number // of objects of this class which have been instantiated. diff --git a/test/test_shared_ptr_multi_base.cpp b/test/test_shared_ptr_multi_base.cpp index 21dbd628..4b04d4c6 100644 --- a/test/test_shared_ptr_multi_base.cpp +++ b/test/test_shared_ptr_multi_base.cpp @@ -18,7 +18,6 @@ namespace std{ using ::remove; } #endif -#include #include #include