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/compass_arrow.cpp
parent75d4905d6eb3b69b181096d507e5a34455ef9f48 (diff)
Fix include path for map
Diffstat (limited to 'map/compass_arrow.cpp')
-rw-r--r--map/compass_arrow.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/map/compass_arrow.cpp b/map/compass_arrow.cpp
index b14dd14726..d0beff1250 100644
--- a/map/compass_arrow.cpp
+++ b/map/compass_arrow.cpp
@@ -1,15 +1,15 @@
-#include "compass_arrow.hpp"
-#include "framework.hpp"
-#include "alfa_animation_task.hpp"
+#include "map/compass_arrow.hpp"
+#include "map/framework.hpp"
+#include "map/alfa_animation_task.hpp"
-#include "../anim/controller.hpp"
+#include "anim/controller.hpp"
-#include "../gui/controller.hpp"
+#include "gui/controller.hpp"
-#include "../geometry/transformations.hpp"
+#include "geometry/transformations.hpp"
-#include "../graphics/display_list.hpp"
-#include "../graphics/screen.hpp"
+#include "graphics/display_list.hpp"
+#include "graphics/screen.hpp"
using namespace graphics;