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:
authorYury Melnichek <melnichek@malinovka.local>2011-09-10 02:39:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:32 +0300
commit208e163e75cce98b6c86bae494e122ccbb90ed74 (patch)
tree245f129b41eb28945af4d8db7421434ada3440f7 /indexer/index.hpp
parent7e2bcc9a00a8825ba7f0cac5900ba4a215041d7b (diff)
Rename indexer/covering.?pp -> indexer/feature_covering.?pp.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index e8c7fa77c6..32570960c4 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -1,7 +1,7 @@
#pragma once
#include "cell_id.hpp"
-#include "covering.hpp"
#include "data_factory.hpp"
+#include "feature_covering.hpp"
#include "features_vector.hpp"
#include "scale_index.hpp"
#include "search_trie.hpp"