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:
authorMaxim Pimenov <m@maps.me>2018-11-20 15:03:25 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-11-23 16:59:58 +0300
commitd75839e65c4a63ed0e4a7b192d584e8b83efb435 (patch)
treee047a2d0d4d55371fdb67c5cbef6ebd10f7506a4 /transit/transit_serdes.hpp
parent3467f9aad381da685c13746e92c145d917e99439 (diff)
[coding] Moved functions that encode points to one common file.
Diffstat (limited to 'transit/transit_serdes.hpp')
-rw-r--r--transit/transit_serdes.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/transit/transit_serdes.hpp b/transit/transit_serdes.hpp
index 6f6a88bc57..2f53098bff 100644
--- a/transit/transit_serdes.hpp
+++ b/transit/transit_serdes.hpp
@@ -5,8 +5,7 @@
#include "geometry/point2d.hpp"
#include "coding/geometry_coding.hpp"
-#include "coding/point_to_integer.hpp"
-#include "coding/pointd_to_pointu.hpp"
+#include "coding/point_coding.hpp"
#include "coding/read_write_utils.hpp"
#include "coding/reader.hpp"
#include "coding/varint.hpp"