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:
authorvng <viktor.govako@gmail.com>2015-05-21 13:58:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:13 +0300
commit9e8a13cb11f11660fd01b6bd3afcdd066cd60e94 (patch)
treef30855f04c23b552ee3e29a88b68cdc9d03d9586 /map/navigator_utils.hpp
parentb54187d51f880826c7814ae1f340d1c6551e21d9 (diff)
Factor out all rendering routine from “map” to “render” library.
Diffstat (limited to 'map/navigator_utils.hpp')
-rw-r--r--map/navigator_utils.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/map/navigator_utils.hpp b/map/navigator_utils.hpp
index 4a8050d544..4e76113499 100644
--- a/map/navigator_utils.hpp
+++ b/map/navigator_utils.hpp
@@ -1,7 +1,8 @@
#pragma once
-#include "map/navigator.hpp"
-#include "map/scales_processor.hpp"
+#include "navigator.hpp"
+
+#include "render/scales_processor.hpp"
#include "geometry/any_rect2d.hpp"