aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scheduler.test.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-05-10 10:33:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-05-10 10:33:34 +0200
commit96f113c40d4934a98aed30a64851feec891a688a (patch)
tree3478958683cca3ce2421fbe6a4e36aa2ca7efcc3 /libbuild2/scheduler.test.cxx
parente8457a85edaa072d043e01b629bc0c124251a9c0 (diff)
Use our own implementation of C++14 threads on MinGW
Diffstat (limited to 'libbuild2/scheduler.test.cxx')
-rw-r--r--libbuild2/scheduler.test.cxx1
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>