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/circle_shape.cpp
parent1e66accd5ac57f6c1303e5f06a1bb4969c22736d (diff)
Fix include path for drape_frontend
Diffstat (limited to 'drape_frontend/circle_shape.cpp')
-rw-r--r--drape_frontend/circle_shape.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/drape_frontend/circle_shape.cpp b/drape_frontend/circle_shape.cpp
index f971d09389..6ae3436786 100644
--- a/drape_frontend/circle_shape.cpp
+++ b/drape_frontend/circle_shape.cpp
@@ -1,11 +1,11 @@
-#include "circle_shape.hpp"
-
-#include "../drape/utils/vertex_decl.hpp"
-#include "../drape/batcher.hpp"
-#include "../drape/attribute_provider.hpp"
-#include "../drape/glstate.hpp"
-#include "../drape/shader_def.hpp"
-#include "../drape/texture_manager.hpp"
+#include "drape_frontend/circle_shape.hpp"
+
+#include "drape/utils/vertex_decl.hpp"
+#include "drape/batcher.hpp"
+#include "drape/attribute_provider.hpp"
+#include "drape/glstate.hpp"
+#include "drape/shader_def.hpp"
+#include "drape/texture_manager.hpp"
namespace df
{