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/user_mark_container.hpp
parentb54187d51f880826c7814ae1f340d1c6551e21d9 (diff)
Factor out all rendering routine from “map” to “render” library.
Diffstat (limited to 'map/user_mark_container.hpp')
-rw-r--r--map/user_mark_container.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/map/user_mark_container.hpp b/map/user_mark_container.hpp
index 7563893e77..4ca9549e4e 100644
--- a/map/user_mark_container.hpp
+++ b/map/user_mark_container.hpp
@@ -1,8 +1,9 @@
#pragma once
-#include "map/events.hpp"
-#include "map/user_mark.hpp"
-#include "map/user_mark_dl_cache.hpp"
+#include "user_mark.hpp"
+#include "user_mark_dl_cache.hpp"
+
+#include "render/events.hpp"
#include "geometry/point2d.hpp"
#include "geometry/rect2d.hpp"