summaryrefslogtreecommitdiff
path: root/test/actor
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-11-22 13:16:21 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-11-22 20:58:51 +0100
commit3bc79e316e343d59f77811bca4ed6c594431e91c (patch)
tree2d0b7e5f49e65f905f5dad38d471cb272092e2c8 /test/actor
parent67ed3ae3eb25e5bb0ec2d0369d042438bd9b2c7f (diff)
downloadqtlocation-mapboxgl-3bc79e316e343d59f77811bca4ed6c594431e91c.tar.gz
[build] move default ThreadPool implementation to platform/default
Diffstat (limited to 'test/actor')
-rw-r--r--test/actor/actor.test.cpp2
-rw-r--r--test/actor/actor_ref.test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/actor/actor.test.cpp b/test/actor/actor.test.cpp
index c24d0b6c25..03f41a6e64 100644
--- a/test/actor/actor.test.cpp
+++ b/test/actor/actor.test.cpp
@@ -1,5 +1,5 @@
#include <mbgl/actor/actor.hpp>
-#include <mbgl/platform/default/thread_pool.hpp>
+#include <mbgl/util/default_thread_pool.hpp>
#include <mbgl/test/util.hpp>
diff --git a/test/actor/actor_ref.test.cpp b/test/actor/actor_ref.test.cpp
index 4be714278e..78721c965e 100644
--- a/test/actor/actor_ref.test.cpp
+++ b/test/actor/actor_ref.test.cpp
@@ -1,5 +1,5 @@
#include <mbgl/actor/actor.hpp>
-#include <mbgl/platform/default/thread_pool.hpp>
+#include <mbgl/util/default_thread_pool.hpp>
#include <mbgl/test/util.hpp>