From 3bc79e316e343d59f77811bca4ed6c594431e91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 22 Nov 2016 13:16:21 +0100 Subject: [build] move default ThreadPool implementation to platform/default --- test/actor/actor.test.cpp | 2 +- test/actor/actor_ref.test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/actor') 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 -#include +#include #include 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 -#include +#include #include -- cgit v1.2.1