summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-08 12:26:02 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-08 18:02:38 +0200
commit687ee1e1c92275f65469412591ff262b46e7ccd9 (patch)
tree8ff8984fd339b195eade2dafb0c47446fd94a1d4 /include/mbgl/platform
parent8e99ae44dd5bf72bc8bd844251e9d670095804ac (diff)
downloadqtlocation-mapboxgl-687ee1e1c92275f65469412591ff262b46e7ccd9.tar.gz
[build] Remove unused gl/implementation.hpp
Diffstat (limited to 'include/mbgl/platform')
-rw-r--r--include/mbgl/platform/default/headless_backend.hpp1
-rw-r--r--include/mbgl/platform/default/headless_display.hpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/platform/default/headless_backend.hpp b/include/mbgl/platform/default/headless_backend.hpp
index 2fef321d85..da8c55e044 100644
--- a/include/mbgl/platform/default/headless_backend.hpp
+++ b/include/mbgl/platform/default/headless_backend.hpp
@@ -1,6 +1,5 @@
#pragma once
-#include <mbgl/gl/implementation.hpp>
#include <mbgl/gl/extension.hpp>
#include <mbgl/map/backend.hpp>
diff --git a/include/mbgl/platform/default/headless_display.hpp b/include/mbgl/platform/default/headless_display.hpp
index 433df952fd..a5c95085b8 100644
--- a/include/mbgl/platform/default/headless_display.hpp
+++ b/include/mbgl/platform/default/headless_display.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include <mbgl/gl/implementation.hpp>
-
#include <memory>
namespace mbgl {