summaryrefslogtreecommitdiff
path: root/src/async/async.tmpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/async/async.tmpl.h')
-rw-r--r--src/async/async.tmpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/async/async.tmpl.h b/src/async/async.tmpl.h
index d081fa9..9569f60 100644
--- a/src/async/async.tmpl.h
+++ b/src/async/async.tmpl.h
@@ -6,8 +6,6 @@
#include <cassert>
// Template inlining
-#include <iostream>
-
namespace saw {
template <typename Func> conveyor_result<Func, void> execLater(Func &&func) {