summaryrefslogtreecommitdiff
path: root/platform/android/src/style/layers/custom_layer.hpp
diff options
context:
space:
mode:
authorThomas Moenicke <thomas.moenicke@mapbox.com>2020-02-03 19:10:57 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-03 20:43:11 +0200
commit09acada2bac9419610b91dbaaf5e3dd830bbfd75 (patch)
treefdf55b8367481e7a9d0a3a33aeeae099f8892c89 /platform/android/src/style/layers/custom_layer.hpp
parentd8421a76c34b4da9265d560e8833ed5aec3776d9 (diff)
downloadqtlocation-mapboxgl-09acada2bac9419610b91dbaaf5e3dd830bbfd75.tar.gz
[build] Adding a build flag to build without GL if needed (#16120)
* [build] Adding a build flag to build without GL if needed * [build] Moving custom layer to mbgl/gl
Diffstat (limited to 'platform/android/src/style/layers/custom_layer.hpp')
-rw-r--r--platform/android/src/style/layers/custom_layer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/src/style/layers/custom_layer.hpp b/platform/android/src/style/layers/custom_layer.hpp
index 0d6f4a408d..dc328a2137 100644
--- a/platform/android/src/style/layers/custom_layer.hpp
+++ b/platform/android/src/style/layers/custom_layer.hpp
@@ -1,9 +1,9 @@
#pragma once
-#include "layer.hpp"
-#include <mbgl/layermanager/custom_layer_factory.hpp>
-#include <mbgl/style/layers/custom_layer.hpp>
#include <jni/jni.hpp>
+#include <mbgl/gl/custom_layer.hpp>
+#include <mbgl/gl/custom_layer_factory.hpp>
+#include "layer.hpp"
namespace mbgl {
namespace android {