diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-02-04 16:18:35 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-02-08 12:50:00 +0100 |
commit | 2f06ca74e2a7b538a6ce09270c1e78987755adfb (patch) | |
tree | 4d58e05ae1629c36ae1ac98a612b50b571638eaa /scripts | |
parent | b3004238f4e1259901a08a7204891d79752d8755 (diff) | |
download | qtlocation-mapboxgl-2f06ca74e2a7b538a6ce09270c1e78987755adfb.tar.gz |
[core] move platform/gl.hpp to gl/gl.hpp
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-shaders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-shaders.py b/scripts/build-shaders.py index 226c1a2ecc..4cfb3cb384 100755 --- a/scripts/build-shaders.py +++ b/scripts/build-shaders.py @@ -23,7 +23,7 @@ content = """// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED. #ifndef MBGL_SHADER_{NAME}_{TYPE} #define MBGL_SHADER_{NAME}_{TYPE} -#include <mbgl/platform/gl.hpp> +#include <mbgl/gl/gl.hpp> namespace mbgl {{ namespace shaders {{ |