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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-26 08:50:37 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-26 18:51:57 +0300
commit8d58690031b6c67a8d7c74eaf78d7146545d72db (patch)
tree0b8dda0a70eba1dca15bc0fa928872f2f44eac42 /routing/routing_tests/astar_router_test.cpp
parent73fccde2d4bc0e2ae41843a1f7fb574d9ccfce65 (diff)
git-clang-format
Diffstat (limited to 'routing/routing_tests/astar_router_test.cpp')
-rw-r--r--routing/routing_tests/astar_router_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_tests/astar_router_test.cpp b/routing/routing_tests/astar_router_test.cpp
index 3f7a125997..2645807d58 100644
--- a/routing/routing_tests/astar_router_test.cpp
+++ b/routing/routing_tests/astar_router_test.cpp
@@ -7,8 +7,8 @@
#include "routing/route.hpp"
#include "routing/router_delegate.hpp"
-#include "indexer/feature_altitude.hpp"
#include "indexer/classificator_loader.hpp"
+#include "indexer/feature_altitude.hpp"
#include "base/logging.hpp"
#include "base/macros.hpp"