Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-28 02:32:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:06 +0300
commit4c097e90dec877c53f8293cc3dabe83207617d39 (patch)
treecc4427ec7397e1fa32eff3f5a9afde8bd19e82ae /coding/dd_vector.hpp
parentdc7c41a37420faf4fb2940a0cdbd5df372bb3a54 (diff)
Compilation speed up by removing unused start/stop_mem_debug include
Diffstat (limited to 'coding/dd_vector.hpp')
-rw-r--r--coding/dd_vector.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/coding/dd_vector.hpp b/coding/dd_vector.hpp
index 0f4d3e2d8f..1dee003998 100644
--- a/coding/dd_vector.hpp
+++ b/coding/dd_vector.hpp
@@ -7,7 +7,6 @@
#include "../std/type_traits.hpp"
#include <boost/iterator/iterator_facade.hpp>
-#include "../base/start_mem_debug.hpp"
template <
typename T,
@@ -161,5 +160,3 @@ private:
ReaderType m_reader;
size_type m_Size;
};
-
-#include "../base/stop_mem_debug.hpp"