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 /geometry/geometry_tests
parentdc7c41a37420faf4fb2940a0cdbd5df372bb3a54 (diff)
Compilation speed up by removing unused start/stop_mem_debug include
Diffstat (limited to 'geometry/geometry_tests')
-rw-r--r--geometry/geometry_tests/intersect_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/geometry/geometry_tests/intersect_test.cpp b/geometry/geometry_tests/intersect_test.cpp
index ddec9a3ef8..45981cf544 100644
--- a/geometry/geometry_tests/intersect_test.cpp
+++ b/geometry/geometry_tests/intersect_test.cpp
@@ -7,8 +7,6 @@
#include "../../geometry/rect_intersect.hpp"
#include "../../geometry/angles.hpp"
-#include "../../base/start_mem_debug.hpp"
-
using namespace test;
@@ -132,7 +130,7 @@ UNIT_TEST(IntersectRect_Section)
check_eps_boundaries(r);
}
-namespace
+namespace
{
void check_point_in_rect(m2::RectD const & r, m2::PointD const & p)
{