summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-02-19 12:06:42 +0200
committerzmiao <miao.zhao@mapbox.com>2020-02-21 21:39:48 +0200
commitb9425dd4ecd112f0f455b6a6950039d77305a465 (patch)
treec5cc09057e9947c2638af3e96c786b8ecc474713 /include
parentb47fa36c1d5071272b56d6679a20659325e272b1 (diff)
downloadqtlocation-mapboxgl-b9425dd4ecd112f0f455b6a6950039d77305a465.tar.gz
[core] Remove unnecessary includes, fix comments
This reverts commit b5c386ad7708ca9fe14f219b0ffc94cf6ce8fc88.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/style/expression/within.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/style/expression/within.hpp b/include/mbgl/style/expression/within.hpp
index 4116b60bc8..37e27f4940 100644
--- a/include/mbgl/style/expression/within.hpp
+++ b/include/mbgl/style/expression/within.hpp
@@ -1,11 +1,8 @@
#pragma once
-#include <mbgl/style/conversion.hpp>
#include <mbgl/style/expression/expression.hpp>
-#include <mbgl/style/expression/parsing_context.hpp>
#include <mbgl/util/geojson.hpp>
-
-#include <memory>
+#include <mbgl/util/optional.hpp>
namespace mbgl {
namespace style {