From b32410f961235007ce01a04116d91d96246fd455 Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 13 Oct 2011 20:15:55 +0300 Subject: [PATCH] Remove invalid include. --- indexer/geometry_coding.cpp | 2 -- 1 file changed, 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"