summaryrefslogtreecommitdiff
path: root/platform/qt
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 /platform/qt
parent7b772611d576ed99b148208c21824bb089663599 (diff)
downloadqtlocation-mapboxgl-afd43eea3aeaf1123a75637d6b008971a3519396.tar.gz
[core] remove gl.hpp from all headers that don't need it
Diffstat (limited to 'platform/qt')
-rw-r--r--platform/qt/src/qmapboxgl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/qt/src/qmapboxgl.cpp b/platform/qt/src/qmapboxgl.cpp
index 3253dd3251..67743d180a 100644
--- a/platform/qt/src/qmapboxgl.cpp
+++ b/platform/qt/src/qmapboxgl.cpp
@@ -5,7 +5,6 @@
#include "qt_geojson.hpp"
#include <mbgl/annotation/annotation.hpp>
-#include <mbgl/gl/gl.hpp>
#include <mbgl/gl/context.hpp>
#include <mbgl/map/camera.hpp>
#include <mbgl/map/map.hpp>