summaryrefslogtreecommitdiff
path: root/src/mbgl/style
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style')
-rw-r--r--src/mbgl/style/filter_expression_private.hpp3
-rw-r--r--src/mbgl/style/function_properties.hpp2
-rw-r--r--src/mbgl/style/property_value.hpp3
-rw-r--r--src/mbgl/style/value.hpp2
4 files changed, 6 insertions, 4 deletions
diff --git a/src/mbgl/style/filter_expression_private.hpp b/src/mbgl/style/filter_expression_private.hpp
index 381f8f617c..ff6301b7c6 100644
--- a/src/mbgl/style/filter_expression_private.hpp
+++ b/src/mbgl/style/filter_expression_private.hpp
@@ -1,4 +1,5 @@
-#include <mbgl/util/optional.hpp>
+#include <mapbox/optional.hpp>
+
#include <mbgl/style/value_comparison.hpp>
namespace mbgl {
diff --git a/src/mbgl/style/function_properties.hpp b/src/mbgl/style/function_properties.hpp
index 924f192330..c41918a0fb 100644
--- a/src/mbgl/style/function_properties.hpp
+++ b/src/mbgl/style/function_properties.hpp
@@ -1,7 +1,7 @@
#ifndef MBGL_STYLE_FUNCTION_PROPERTIES
#define MBGL_STYLE_FUNCTION_PROPERTIES
-#include <mbgl/util/variant.hpp>
+#include <mapbox/variant.hpp>
#include <vector>
diff --git a/src/mbgl/style/property_value.hpp b/src/mbgl/style/property_value.hpp
index fbc3f3bd6a..f225899c66 100644
--- a/src/mbgl/style/property_value.hpp
+++ b/src/mbgl/style/property_value.hpp
@@ -1,7 +1,8 @@
#ifndef MBGL_STYLE_PROPERTY_VALUE
#define MBGL_STYLE_PROPERTY_VALUE
-#include <mbgl/util/variant.hpp>
+#include <mapbox/variant.hpp>
+
#include <mbgl/style/function_properties.hpp>
#include <mbgl/style/piecewisefunction_properties.hpp>
#include <mbgl/style/types.hpp>
diff --git a/src/mbgl/style/value.hpp b/src/mbgl/style/value.hpp
index 8b0b21c20c..4649134b20 100644
--- a/src/mbgl/style/value.hpp
+++ b/src/mbgl/style/value.hpp
@@ -1,7 +1,7 @@
#ifndef MBGL_STYLE_VALUE
#define MBGL_STYLE_VALUE
-#include <mbgl/util/variant.hpp>
+#include <mapbox/variant.hpp>
#include <rapidjson/document.h>
#include <cstdlib>