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-09 13:27:59 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:48 +0300
commit8a430d3ce24d60acebd6a7218948d2faef9b0e73 (patch)
tree9eb43fc877a69473551d0e6a2eaacd9dd4e3ae1b /drape_frontend/tile_info.cpp
parent1e66accd5ac57f6c1303e5f06a1bb4969c22736d (diff)
Fix include path for drape_frontend
Diffstat (limited to 'drape_frontend/tile_info.cpp')
-rw-r--r--drape_frontend/tile_info.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/drape_frontend/tile_info.cpp b/drape_frontend/tile_info.cpp
index b9bb044a37..6d03ef933e 100644
--- a/drape_frontend/tile_info.cpp
+++ b/drape_frontend/tile_info.cpp
@@ -1,14 +1,14 @@
-#include "tile_info.hpp"
-#include "engine_context.hpp"
-#include "stylist.hpp"
-#include "rule_drawer.hpp"
-#include "map_data_provider.hpp"
+#include "drape_frontend/tile_info.hpp"
+#include "drape_frontend/engine_context.hpp"
+#include "drape_frontend/stylist.hpp"
+#include "drape_frontend/rule_drawer.hpp"
+#include "drape_frontend/map_data_provider.hpp"
-#include "../indexer/scales.hpp"
+#include "indexer/scales.hpp"
-#include "../base/scope_guard.hpp"
+#include "base/scope_guard.hpp"
-#include "../std/bind.hpp"
+#include "std/bind.hpp"
namespace