diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-05-12 11:24:46 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-05-27 10:15:02 +0200 |
commit | ebff2234e42df1ad14c5e567f87271bc4d9274b2 (patch) | |
tree | d23ccc2624ea9ce171549259aa8a4e74be8f24dc /test/algorithm | |
parent | c90f51a1a9ae30e16514b42478064b8ee06a68a6 (diff) | |
download | qtlocation-mapboxgl-ebff2234e42df1ad14c5e567f87271bc4d9274b2.tar.gz |
[core] remove unused template definition
Diffstat (limited to 'test/algorithm')
-rw-r--r-- | test/algorithm/update_renderables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/algorithm/update_renderables.cpp b/test/algorithm/update_renderables.cpp index 860381bdfa..704cd770db 100644 --- a/test/algorithm/update_renderables.cpp +++ b/test/algorithm/update_renderables.cpp @@ -1,7 +1,7 @@ #include <mbgl/test/util.hpp> #include "mock.hpp" -#include <mbgl/algorithm/update_renderables_impl.hpp> +#include <mbgl/algorithm/update_renderables.hpp> using namespace mbgl; |