diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-29 12:52:08 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-07-13 11:53:27 -0700 |
commit | 8696db551b82601971676ab892afc2a479342f77 (patch) | |
tree | 3d856db5fc934256962a75808ec1a821c457aa02 /benchmark/function/composite_function.benchmark.cpp | |
parent | 1031e7c8bf936f05dd86e4570d4e86db5582ef16 (diff) | |
download | qtlocation-mapboxgl-upstream/function-conversion.tar.gz |
[core] Convert legacy functions directly to expressionsupstream/function-conversion
Diffstat (limited to 'benchmark/function/composite_function.benchmark.cpp')
-rw-r--r-- | benchmark/function/composite_function.benchmark.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/function/composite_function.benchmark.cpp b/benchmark/function/composite_function.benchmark.cpp index e2545e6349..8442e0aa15 100644 --- a/benchmark/function/composite_function.benchmark.cpp +++ b/benchmark/function/composite_function.benchmark.cpp @@ -2,7 +2,6 @@ #include <mbgl/benchmark/stub_geometry_tile_feature.hpp> -#include <mbgl/style/function/composite_exponential_stops.hpp> #include <mbgl/style/function/composite_function.hpp> #include <mbgl/style/conversion.hpp> |