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:40:00 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:48 +0300
commit31ecd1474775405e36f7605f308562b8b4897cb0 (patch)
tree335dd4ccb087b8108f20f55b81b27a9faf49bdc5 /drape_head/testing_engine.cpp
parent8a430d3ce24d60acebd6a7218948d2faef9b0e73 (diff)
Fix include path for drape_head
Diffstat (limited to 'drape_head/testing_engine.cpp')
-rw-r--r--drape_head/testing_engine.cpp46
1 files changed, 23 insertions, 23 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index 637d04208b..3e469f635d 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -1,33 +1,33 @@
-#include "testing_engine.hpp"
+#include "drape_head/testing_engine.hpp"
-#include "../coding/file_reader.hpp"
-#include "../platform/platform.hpp"
+#include "coding/file_reader.hpp"
+#include "platform/platform.hpp"
-#include "../drape/utils/vertex_decl.hpp"
-#include "../drape/glsl_types.hpp"
-#include "../drape/vertex_array_buffer.hpp"
-#include "../drape/shader_def.hpp"
-#include "../drape/overlay_tree.hpp"
-#include "../drape/stipple_pen_resource.hpp"
+#include "drape/utils/vertex_decl.hpp"
+#include "drape/glsl_types.hpp"
+#include "drape/vertex_array_buffer.hpp"
+#include "drape/shader_def.hpp"
+#include "drape/overlay_tree.hpp"
+#include "drape/stipple_pen_resource.hpp"
-#include "../drape_frontend/visual_params.hpp"
-#include "../drape_frontend/line_shape.hpp"
-#include "../drape_frontend/text_shape.hpp"
-#include "../drape_frontend/path_text_shape.hpp"
-#include "../drape_frontend/path_symbol_shape.hpp"
-#include "../drape_frontend/area_shape.hpp"
-#include "../drape_frontend/circle_shape.hpp"
+#include "drape_frontend/visual_params.hpp"
+#include "drape_frontend/line_shape.hpp"
+#include "drape_frontend/text_shape.hpp"
+#include "drape_frontend/path_text_shape.hpp"
+#include "drape_frontend/path_symbol_shape.hpp"
+#include "drape_frontend/area_shape.hpp"
+#include "drape_frontend/circle_shape.hpp"
-#include "../geometry/transformations.hpp"
+#include "geometry/transformations.hpp"
-#include "../base/stl_add.hpp"
-#include "../base/timer.hpp"
+#include "base/stl_add.hpp"
+#include "base/timer.hpp"
-#include "../std/bind.hpp"
-#include "../std/function.hpp"
-#include "../std/vector.hpp"
+#include "std/bind.hpp"
+#include "std/function.hpp"
+#include "std/vector.hpp"
-#include "../../3party/jansson/myjansson.hpp"
+#include "3party/jansson/myjansson.hpp"
namespace df
{