summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion/color_ramp_property_value.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-08-17 15:38:47 -0700
committerKonstantin Käfer <mail@kkaefer.com>2018-08-19 13:09:16 +0200
commit112bbc7ab289298094d6e6593437a71ec8029caa (patch)
tree229af7a6d7610e20edea65d565adbff9c9cd5f06 /src/mbgl/style/conversion/color_ramp_property_value.cpp
parent9df9f5fe2089a0dcd0d039115dec5cc63010603a (diff)
downloadqtlocation-mapboxgl-112bbc7ab289298094d6e6593437a71ec8029caa.tar.gz
[core] make style/conversion.hpp implementation private
Diffstat (limited to 'src/mbgl/style/conversion/color_ramp_property_value.cpp')
-rw-r--r--src/mbgl/style/conversion/color_ramp_property_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/conversion/color_ramp_property_value.cpp b/src/mbgl/style/conversion/color_ramp_property_value.cpp
index f29438b6a2..0da16c67ee 100644
--- a/src/mbgl/style/conversion/color_ramp_property_value.cpp
+++ b/src/mbgl/style/conversion/color_ramp_property_value.cpp
@@ -1,6 +1,6 @@
#include <mbgl/style/conversion/color_ramp_property_value.hpp>
-#include <mbgl/style/conversion.hpp>
#include <mbgl/style/conversion/constant.hpp>
+#include <mbgl/style/conversion_impl.hpp>
#include <mbgl/style/expression/value.hpp>
#include <mbgl/style/expression/is_constant.hpp>
#include <mbgl/style/expression/is_expression.hpp>