aboutsummaryrefslogtreecommitdiff
path: root/source/tanya/async/watcher.d
diff options
context:
space:
mode:
Diffstat (limited to 'source/tanya/async/watcher.d')
-rw-r--r--source/tanya/async/watcher.d2
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;