diff --git a/coding/coding_tests/trie_test.cpp b/coding/coding_tests/trie_test.cpp index a9b63f3042..13352ab120 100644 --- a/coding/coding_tests/trie_test.cpp +++ b/coding/coding_tests/trie_test.cpp @@ -8,7 +8,6 @@ #include "base/logging.hpp" #include "std/algorithm.hpp" -#include "std/scoped_ptr.hpp" #include "std/string.hpp" #include "std/vector.hpp" #include "std/cstring.hpp" diff --git a/drape/drape_tests/batcher_tests.cpp b/drape/drape_tests/batcher_tests.cpp index 77ec0edde3..5061a46d79 100644 --- a/drape/drape_tests/batcher_tests.cpp +++ b/drape/drape_tests/batcher_tests.cpp @@ -12,7 +12,6 @@ #include "base/stl_add.hpp" #include "std/bind.hpp" -#include "std/scoped_ptr.hpp" #include "std/cstring.hpp" #include "std/function.hpp" #include "std/bind.hpp" diff --git a/search/search_tests/keyword_matcher_test.cpp b/search/search_tests/keyword_matcher_test.cpp index 04aaeb7536..40606f266e 100644 --- a/search/search_tests/keyword_matcher_test.cpp +++ b/search/search_tests/keyword_matcher_test.cpp @@ -9,7 +9,6 @@ #include "base/buffer_vector.hpp" #include "base/stl_add.hpp" -#include "std/scoped_ptr.hpp" #include "std/sstream.hpp" #include "std/vector.hpp" diff --git a/std/scoped_array.hpp b/std/scoped_array.hpp deleted file mode 100644 index 6e8baf3e09..0000000000 --- a/std/scoped_array.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once -#include "common_defines.hpp" - -#ifdef new -#undef new -#endif - -#include -using boost::scoped_array; - -#ifdef DEBUG_NEW -#define new DEBUG_NEW -#endif diff --git a/std/scoped_ptr.hpp b/std/scoped_ptr.hpp deleted file mode 100644 index b9012420b3..0000000000 --- a/std/scoped_ptr.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once -#include "common_defines.hpp" - -#ifdef new -#undef new -#endif - -#include -using boost::scoped_ptr; - -#ifdef DEBUG_NEW -#define new DEBUG_NEW -#endif