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 /map/feature_vec_model.hpp
parentdc7c41a37420faf4fb2940a0cdbd5df372bb3a54 (diff)
Compilation speed up by removing unused start/stop_mem_debug include
Diffstat (limited to 'map/feature_vec_model.hpp')
-rw-r--r--map/feature_vec_model.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/map/feature_vec_model.hpp b/map/feature_vec_model.hpp
index fcbf5136e6..9a846e46bf 100644
--- a/map/feature_vec_model.hpp
+++ b/map/feature_vec_model.hpp
@@ -9,8 +9,6 @@
#include "../coding/reader.hpp"
#include "../coding/buffer_reader.hpp"
-#include "../base/start_mem_debug.hpp"
-
namespace model
{
@@ -65,5 +63,3 @@ namespace model
m2::RectD GetWorldRect() const;
};
}
-
-#include "../base/stop_mem_debug.hpp"