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 Yershov <yershov@corp.mail.ru>2015-04-10 02:19:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:53 +0300
commit4049b124fb1b6fbf6719b9dbb4cf93f7e3521044 (patch)
treeb5a5a26d81ec2dc0c548afe537df64ddfe443c75 /map/animator.hpp
parent75d4905d6eb3b69b181096d507e5a34455ef9f48 (diff)
Fix include path for map
Diffstat (limited to 'map/animator.hpp')
-rw-r--r--map/animator.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/map/animator.hpp b/map/animator.hpp
index 7e6a1e2a76..9b070b5c57 100644
--- a/map/animator.hpp
+++ b/map/animator.hpp
@@ -1,10 +1,10 @@
#pragma once
-#include "../std/shared_ptr.hpp"
+#include "std/shared_ptr.hpp"
-#include "../geometry/point2d.hpp"
-#include "../geometry/any_rect2d.hpp"
-#include "../anim/task.hpp"
+#include "geometry/point2d.hpp"
+#include "geometry/any_rect2d.hpp"
+#include "anim/task.hpp"
class Framework;
class RotateScreenTask;