summaryrefslogtreecommitdiff
path: root/include/mbgl/util
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/mbgl/util
parentb3004238f4e1259901a08a7204891d79752d8755 (diff)
downloadqtlocation-mapboxgl-2f06ca74e2a7b538a6ce09270c1e78987755adfb.tar.gz
[core] move platform/gl.hpp to gl/gl.hpp
Diffstat (limited to 'include/mbgl/util')
-rw-r--r--include/mbgl/util/gl_helper.hpp2
1 files changed, 1 insertions, 1 deletions
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>