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/features_offsets_table.hpp
parent7783aee47b31f6e9c7a5e23ffa47e08c4746a1da (diff)
Fix include path for indexer
Diffstat (limited to 'indexer/features_offsets_table.hpp')
-rw-r--r--indexer/features_offsets_table.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/indexer/features_offsets_table.hpp b/indexer/features_offsets_table.hpp
index d92a840ef7..060fdb3b93 100644
--- a/indexer/features_offsets_table.hpp
+++ b/indexer/features_offsets_table.hpp
@@ -1,13 +1,13 @@
#pragma once
-#include "../coding/file_container.hpp"
-#include "../coding/mmap_reader.hpp"
-#include "../defines.hpp"
-#include "../std/stdint.hpp"
-#include "../std/unique_ptr.hpp"
-#include "../std/vector.hpp"
-#include "../3party/succinct/elias_fano.hpp"
-#include "../3party/succinct/mapper.hpp"
+#include "coding/file_container.hpp"
+#include "coding/mmap_reader.hpp"
+#include "defines.hpp"
+#include "std/stdint.hpp"
+#include "std/unique_ptr.hpp"
+#include "std/vector.hpp"
+#include "3party/succinct/elias_fano.hpp"
+#include "3party/succinct/mapper.hpp"
namespace feature
{