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 +- test/api/annotations.test.cpp | 2 +- test/api/api_misuse.test.cpp | 2 +- test/api/custom_layer.test.cpp | 2 +- test/api/query.test.cpp | 2 +- test/api/render_missing.test.cpp | 2 +- test/api/repeated_render.test.cpp | 2 +- test/map/map.test.cpp | 2 +- test/style/source.test.cpp | 2 +- test/tile/raster_tile.test.cpp | 2 +- test/tile/vector_tile.test.cpp | 2 +- test/util/memory.test.cpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'test') 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 diff --git a/test/api/annotations.test.cpp b/test/api/annotations.test.cpp index 458ac3f13e..a06567301f 100644 --- a/test/api/annotations.test.cpp +++ b/test/api/annotations.test.cpp @@ -1,7 +1,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/api/api_misuse.test.cpp b/test/api/api_misuse.test.cpp index f96bf78612..d280514499 100644 --- a/test/api/api_misuse.test.cpp +++ b/test/api/api_misuse.test.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/api/custom_layer.test.cpp b/test/api/custom_layer.test.cpp index 9287f02189..e58fd0a686 100644 --- a/test/api/custom_layer.test.cpp +++ b/test/api/custom_layer.test.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/test/api/query.test.cpp b/test/api/query.test.cpp index 506464ea1a..a25e4df310 100644 --- a/test/api/query.test.cpp +++ b/test/api/query.test.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/test/api/render_missing.test.cpp b/test/api/render_missing.test.cpp index 8f7821205b..b209713d0c 100644 --- a/test/api/render_missing.test.cpp +++ b/test/api/render_missing.test.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/test/api/repeated_render.test.cpp b/test/api/repeated_render.test.cpp index 67670916fc..a50fb4c6b6 100644 --- a/test/api/repeated_render.test.cpp +++ b/test/api/repeated_render.test.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/test/map/map.test.cpp b/test/map/map.test.cpp index 682060324e..b945b5e898 100644 --- a/test/map/map.test.cpp +++ b/test/map/map.test.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/test/style/source.test.cpp b/test/style/source.test.cpp index 8d650ed17b..e40089c09f 100644 --- a/test/style/source.test.cpp +++ b/test/style/source.test.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/tile/raster_tile.test.cpp b/test/tile/raster_tile.test.cpp index 2a15fd1b99..0d599ceae0 100644 --- a/test/tile/raster_tile.test.cpp +++ b/test/tile/raster_tile.test.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/tile/vector_tile.test.cpp b/test/tile/vector_tile.test.cpp index c07db42c3c..210422feec 100644 --- a/test/tile/vector_tile.test.cpp +++ b/test/tile/vector_tile.test.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/util/memory.test.cpp b/test/util/memory.test.cpp index bd67e2c26b..420967bdf4 100644 --- a/test/util/memory.test.cpp +++ b/test/util/memory.test.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.1