summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/custom_tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/custom_tile.hpp')
-rw-r--r--src/mbgl/tile/custom_tile.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/tile/custom_tile.hpp b/src/mbgl/tile/custom_tile.hpp
index 74f4fff3a5..363079af1e 100644
--- a/src/mbgl/tile/custom_tile.hpp
+++ b/src/mbgl/tile/custom_tile.hpp
@@ -2,7 +2,6 @@
#include <mbgl/tile/geometry_tile.hpp>
#include <mbgl/util/feature.hpp>
-#include <mbgl/style/sources/custom_vector_source.hpp>
#include <mbgl/style/custom_tile_loader.hpp>
namespace mbgl {
@@ -17,7 +16,7 @@ public:
const style::CustomVectorSource::TileOptions,
ActorRef<style::CustomTileLoader> loader);
~CustomTile() override;
- void setTileData(const mapbox::geojson::geojson& data);
+ void setTileData(const GeoJSON& data);
void setNecessity(Necessity) final;