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 Magidovich <mgsergio@mapswithme.com>2017-08-08 15:39:14 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-08-10 13:55:19 +0300
commit081c0ebf9bff4d713f5a3ef3334f1bc00f07b55e (patch)
treebda59c39fbcc8a74db2ff3f9cd4db5780e7136ad /openlr/decoded_path.cpp
parent466ca0429ee28ce9070378d5545667529ca9206e (diff)
Code review.
Diffstat (limited to 'openlr/decoded_path.cpp')
-rw-r--r--openlr/decoded_path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openlr/decoded_path.cpp b/openlr/decoded_path.cpp
index 9c42125b17..72a2f7f700 100644
--- a/openlr/decoded_path.cpp
+++ b/openlr/decoded_path.cpp
@@ -8,8 +8,8 @@
#include "geometry/mercator.hpp"
#include "base/assert.hpp"
-#include "base/string_utils.hpp"
#include "base/scope_guard.hpp"
+#include "base/string_utils.hpp"
#define THROW_IF_NODE_IS_EMPTY(node, exc, msg) \
if (!node) \