diff options
Diffstat (limited to 'source/tanya/async/watcher.d')
| -rw-r--r-- | source/tanya/async/watcher.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tanya/async/watcher.d b/source/tanya/async/watcher.d index e56235a..b698fff 100644 --- a/source/tanya/async/watcher.d +++ b/source/tanya/async/watcher.d @@ -14,8 +14,8 @@ */ module tanya.async.watcher; -import std.functional; import std.exception; +import std.functional; import tanya.async.loop; import tanya.async.protocol; import tanya.async.transport; |
