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:
authorAlex Zolotarev <alex@maps.me>2015-09-02 01:05:56 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:03:34 +0300
commit2b5fc89216af4da328a803ac22a416e8f41b86b7 (patch)
tree0114791867bd22177e5ea19735edabc44ded24c7 /iphone/Maps/Classes/RenderContext.hpp
parentb099af7f137238f24af00729f4d1c04d543212ff (diff)
[ios] Fixed includes.
Diffstat (limited to 'iphone/Maps/Classes/RenderContext.hpp')
-rw-r--r--iphone/Maps/Classes/RenderContext.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/iphone/Maps/Classes/RenderContext.hpp b/iphone/Maps/Classes/RenderContext.hpp
index 1ace05950d..70125e7fac 100644
--- a/iphone/Maps/Classes/RenderContext.hpp
+++ b/iphone/Maps/Classes/RenderContext.hpp
@@ -4,8 +4,8 @@
#include <OpenGLES/ES1/gl.h>
#include <OpenGLES/ES1/glext.h>
-#include "../../../graphics/opengl/gl_render_context.hpp"
-#include "../../../std/shared_ptr.hpp"
+#include "graphics/opengl/gl_render_context.hpp"
+#include "std/shared_ptr.hpp"
namespace iphone