summaryrefslogtreecommitdiff
path: root/src/mbgl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl')
-rw-r--r--src/mbgl/style/expression/type.cpp (renamed from src/mbgl/style/function/type.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/function/type.cpp b/src/mbgl/style/expression/type.cpp
index 5e1a95433f..2b7f78a8d8 100644
--- a/src/mbgl/style/function/type.cpp
+++ b/src/mbgl/style/expression/type.cpp
@@ -1,4 +1,4 @@
-#include <mbgl/style/function/type.hpp>
+#include <mbgl/style/expression/type.hpp>
namespace mbgl {
namespace style {