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/country_status_display.hpp
parent75d4905d6eb3b69b181096d507e5a34455ef9f48 (diff)
Fix include path for map
Diffstat (limited to 'map/country_status_display.hpp')
-rw-r--r--map/country_status_display.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/map/country_status_display.hpp b/map/country_status_display.hpp
index 014bab156e..e7aced902b 100644
--- a/map/country_status_display.hpp
+++ b/map/country_status_display.hpp
@@ -1,16 +1,16 @@
#pragma once
-#include "active_maps_layout.hpp"
+#include "map/active_maps_layout.hpp"
-#include "../gui/element.hpp"
-#include "../storage/storage_defines.hpp"
+#include "gui/element.hpp"
+#include "storage/storage_defines.hpp"
#ifdef OMIM_OS_ANDROID
#include "../base/mutex.hpp"
#endif
-#include "../std/unique_ptr.hpp"
-#include "../std/target_os.hpp"
+#include "std/unique_ptr.hpp"
+#include "std/target_os.hpp"
namespace gui
{