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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-04-11 14:54:27 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-04-11 15:55:41 +0300
commit6fa3e50e060259d40a8d7427687d1d3ce759d453 (patch)
treebca5a2d4487994b242b765266f31e11900685ab9 /indexer/centers_table.cpp
parent1a9b2ef125a1d4dbbf5e96d8990becebb9d2234c (diff)
Moved point-to-integer to coding
Diffstat (limited to 'indexer/centers_table.cpp')
-rw-r--r--indexer/centers_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/centers_table.cpp b/indexer/centers_table.cpp
index 4b82d4be9a..4334e40872 100644
--- a/indexer/centers_table.cpp
+++ b/indexer/centers_table.cpp
@@ -2,11 +2,11 @@
#include "indexer/feature_processor.hpp"
#include "indexer/geometry_coding.hpp"
-#include "indexer/point_to_int64.hpp"
#include "coding/endianness.hpp"
#include "coding/file_container.hpp"
#include "coding/memory_region.hpp"
+#include "coding/point_to_integer.hpp"
#include "coding/reader.hpp"
#include "coding/succinct_mapper.hpp"
#include "coding/varint.hpp"