summaryrefslogtreecommitdiff
path: root/test
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 /test
parent7b772611d576ed99b148208c21824bb089663599 (diff)
downloadqtlocation-mapboxgl-afd43eea3aeaf1123a75637d6b008971a3519396.tar.gz
[core] remove gl.hpp from all headers that don't need it
Diffstat (limited to 'test')
-rw-r--r--test/gl/object.test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp
index 2a1ee0a1da..45a69b4c71 100644
--- a/test/gl/object.test.cpp
+++ b/test/gl/object.test.cpp
@@ -3,7 +3,6 @@
#include <mbgl/platform/default/headless_backend.hpp>
#include <mbgl/platform/default/offscreen_view.hpp>
-#include <mbgl/gl/gl.hpp>
#include <mbgl/gl/context.hpp>
#include <memory>