summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/fill_outline.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-02-28 17:01:49 -0800
committerKonstantin Käfer <mail@kkaefer.com>2017-02-28 18:28:41 -0800
commitc3ed1f51ca677c8c2045320fe13ec881cbd94772 (patch)
treeb6b3172e0e5f62d89aa54f46c62d681585305c5d /src/mbgl/shaders/fill_outline.hpp
parent4b81c924cc52e557fcae63725cd07a052ad1f4f7 (diff)
downloadqtlocation-mapboxgl-c3ed1f51ca677c8c2045320fe13ec881cbd94772.tar.gz
[core] remove gl.hpp include from shader headers
Diffstat (limited to 'src/mbgl/shaders/fill_outline.hpp')
-rw-r--r--src/mbgl/shaders/fill_outline.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/shaders/fill_outline.hpp b/src/mbgl/shaders/fill_outline.hpp
index 3f2be5ac70..ef685e62fa 100644
--- a/src/mbgl/shaders/fill_outline.hpp
+++ b/src/mbgl/shaders/fill_outline.hpp
@@ -2,8 +2,6 @@
#pragma once
-#include <mbgl/gl/gl.hpp>
-
namespace mbgl {
namespace shaders {