summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/fill_bucket.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-11-04 18:03:29 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-11-04 21:24:05 +0100
commitafd43eea3aeaf1123a75637d6b008971a3519396 (patch)
tree616f3ea42fb070c02aa0ba225e59371c7d9d8549 /src/mbgl/renderer/fill_bucket.cpp
parent7b772611d576ed99b148208c21824bb089663599 (diff)
downloadqtlocation-mapboxgl-afd43eea3aeaf1123a75637d6b008971a3519396.tar.gz
[core] remove gl.hpp from all headers that don't need it
Diffstat (limited to 'src/mbgl/renderer/fill_bucket.cpp')
-rw-r--r--src/mbgl/renderer/fill_bucket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/renderer/fill_bucket.cpp b/src/mbgl/renderer/fill_bucket.cpp
index 6a5cc09e6a..9a6f31cbfc 100644
--- a/src/mbgl/renderer/fill_bucket.cpp
+++ b/src/mbgl/renderer/fill_bucket.cpp
@@ -5,7 +5,6 @@
#include <mbgl/shader/fill_pattern_shader.hpp>
#include <mbgl/shader/fill_outline_shader.hpp>
#include <mbgl/shader/fill_outline_pattern_shader.hpp>
-#include <mbgl/gl/gl.hpp>
#include <mbgl/platform/log.hpp>
#include <mapbox/earcut.hpp>