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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-10 01:55:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:51 +0300
commitef1b54ccd145f237d95bca4f952e750f9c84bd67 (patch)
tree6a47d1e5a19c223e88009376347d02b06107c142 /indexer/scale_index.hpp
parent7783aee47b31f6e9c7a5e23ffa47e08c4746a1da (diff)
Fix include path for indexer
Diffstat (limited to 'indexer/scale_index.hpp')
-rw-r--r--indexer/scale_index.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/indexer/scale_index.hpp b/indexer/scale_index.hpp
index eadb0c9261..5f17a10685 100644
--- a/indexer/scale_index.hpp
+++ b/indexer/scale_index.hpp
@@ -1,14 +1,14 @@
#pragma once
-#include "data_factory.hpp"
-#include "interval_index_iface.hpp"
+#include "indexer/data_factory.hpp"
+#include "indexer/interval_index_iface.hpp"
-#include "../coding/var_serial_vector.hpp"
+#include "coding/var_serial_vector.hpp"
-#include "../base/stl_add.hpp"
+#include "base/stl_add.hpp"
-#include "../std/algorithm.hpp"
-#include "../std/bind.hpp"
+#include "std/algorithm.hpp"
+#include "std/bind.hpp"
/// Index bucket <--> Draw scale range.