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:
authorvng <viktor.govako@gmail.com>2011-10-13 21:15:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:25:58 +0300
commitb32410f961235007ce01a04116d91d96246fd455 (patch)
tree02548a67951873256a9d2b05b37187d3fc11ed79 /indexer/geometry_coding.cpp
parentf65c01693f802a97befe82067954e562a85eecc8 (diff)
Remove invalid include.
Diffstat (limited to 'indexer/geometry_coding.cpp')
-rw-r--r--indexer/geometry_coding.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/geometry_coding.cpp b/indexer/geometry_coding.cpp
index 5c41176501..7706891521 100644
--- a/indexer/geometry_coding.cpp
+++ b/indexer/geometry_coding.cpp
@@ -1,7 +1,5 @@
#include "geometry_coding.hpp"
-#include "../../geometry/distance.hpp"
-
#include "../base/assert.hpp"
#include "../base/stl_add.hpp"