diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2018-12-19 18:32:28 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2018-12-19 19:09:19 +0200 |
commit | 033d16ba8614d7d5541cf69a05074398e35ad699 (patch) | |
tree | fa4466940b11dbd7df00d4f444fd1443383c6313 /test/style | |
parent | d4d12fb8a51decc11342ace1015161ca304048d0 (diff) | |
download | qtlocation-mapboxgl-033d16ba8614d7d5541cf69a05074398e35ad699.tar.gz |
[test] Fixed headers in source.test.cpp
Diffstat (limited to 'test/style')
-rw-r--r-- | test/style/source.test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/style/source.test.cpp b/test/style/source.test.cpp index 9bc955fd08..8bc152926f 100644 --- a/test/style/source.test.cpp +++ b/test/style/source.test.cpp @@ -11,8 +11,8 @@ #include <mbgl/style/sources/geojson_source.hpp> #include <mbgl/style/sources/image_source.hpp> #include <mbgl/style/sources/custom_geometry_source.hpp> -#include <mbgl/style/layers/hillshade_layer.cpp> -#include <mbgl/style/layers/raster_layer.cpp> +#include <mbgl/style/layers/hillshade_layer.hpp> +#include <mbgl/style/layers/raster_layer.hpp> #include <mbgl/style/layers/line_layer.hpp> #include <mbgl/renderer/sources/render_raster_source.hpp> |