summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/coalesce.hpp
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 /include/mbgl/style/expression/coalesce.hpp
parent9df9f5fe2089a0dcd0d039115dec5cc63010603a (diff)
downloadqtlocation-mapboxgl-112bbc7ab289298094d6e6593437a71ec8029caa.tar.gz
[core] make style/conversion.hpp implementation private
Diffstat (limited to 'include/mbgl/style/expression/coalesce.hpp')
-rw-r--r--include/mbgl/style/expression/coalesce.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/expression/coalesce.hpp b/include/mbgl/style/expression/coalesce.hpp
index cd60cee02e..c4216f234f 100644
--- a/include/mbgl/style/expression/coalesce.hpp
+++ b/include/mbgl/style/expression/coalesce.hpp
@@ -1,8 +1,8 @@
#pragma once
#include <mbgl/style/expression/expression.hpp>
-#include <mbgl/style/conversion.hpp>
#include <mbgl/style/expression/parsing_context.hpp>
+#include <mbgl/style/conversion.hpp>
#include <memory>
#include <map>