diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-10 10:33:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-10 10:33:34 +0200 |
commit | 96f113c40d4934a98aed30a64851feec891a688a (patch) | |
tree | 3478958683cca3ce2421fbe6a4e36aa2ca7efcc3 /libbuild2/scheduler.test.cxx | |
parent | e8457a85edaa072d043e01b629bc0c124251a9c0 (diff) |
Use our own implementation of C++14 threads on MinGW
Diffstat (limited to 'libbuild2/scheduler.test.cxx')
-rw-r--r-- | libbuild2/scheduler.test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbuild2/scheduler.test.cxx b/libbuild2/scheduler.test.cxx index b29c932..2ef8d5c 100644 --- a/libbuild2/scheduler.test.cxx +++ b/libbuild2/scheduler.test.cxx @@ -2,7 +2,6 @@ // license : MIT; see accompanying LICENSE file #include <chrono> -#include <thread> #include <iostream> |