summaryrefslogtreecommitdiff
path: root/test/algorithm
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-05-12 11:24:46 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-05-27 10:15:02 +0200
commitebff2234e42df1ad14c5e567f87271bc4d9274b2 (patch)
treed23ccc2624ea9ce171549259aa8a4e74be8f24dc /test/algorithm
parentc90f51a1a9ae30e16514b42478064b8ee06a68a6 (diff)
downloadqtlocation-mapboxgl-ebff2234e42df1ad14c5e567f87271bc4d9274b2.tar.gz
[core] remove unused template definition
Diffstat (limited to 'test/algorithm')
-rw-r--r--test/algorithm/update_renderables.cpp2
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;