summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-02-04 16:18:35 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-02-08 12:50:00 +0100
commit2f06ca74e2a7b538a6ce09270c1e78987755adfb (patch)
tree4d58e05ae1629c36ae1ac98a612b50b571638eaa /include
parentb3004238f4e1259901a08a7204891d79752d8755 (diff)
downloadqtlocation-mapboxgl-2f06ca74e2a7b538a6ce09270c1e78987755adfb.tar.gz
[core] move platform/gl.hpp to gl/gl.hpp
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/gl/gl.hpp (renamed from include/mbgl/platform/gl.hpp)4
-rw-r--r--include/mbgl/platform/default/headless_view.hpp2
-rw-r--r--include/mbgl/util/gl_helper.hpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/mbgl/platform/gl.hpp b/include/mbgl/gl/gl.hpp
index 1e98ea7f3b..59a3bf2ef2 100644
--- a/include/mbgl/platform/gl.hpp
+++ b/include/mbgl/gl/gl.hpp
@@ -1,5 +1,5 @@
-#ifndef MBGL_RENDERER_GL
-#define MBGL_RENDERER_GL
+#ifndef MBGL_GL_GL
+#define MBGL_GL_GL
//#define GL_TRACK
diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp
index 68f32ed1ca..8f8d11b297 100644
--- a/include/mbgl/platform/default/headless_view.hpp
+++ b/include/mbgl/platform/default/headless_view.hpp
@@ -14,7 +14,7 @@ typedef XID GLXPbuffer;
#endif
#include <mbgl/mbgl.hpp>
-#include <mbgl/platform/gl.hpp>
+#include <mbgl/gl/gl.hpp>
#include <memory>
#include <thread>
diff --git a/include/mbgl/util/gl_helper.hpp b/include/mbgl/util/gl_helper.hpp
index 7d104fb80e..d4f60222d0 100644
--- a/include/mbgl/util/gl_helper.hpp
+++ b/include/mbgl/util/gl_helper.hpp
@@ -1,7 +1,7 @@
#ifndef MBGL_UTIL_GL_HELPER
#define MBGL_UTIL_GL_HELPER
-#include <mbgl/platform/gl.hpp>
+#include <mbgl/gl/gl.hpp>
#include <array>