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.d4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/tanya/async/watcher.d b/source/tanya/async/watcher.d
index c9d58b3..9ecb300 100644
--- a/source/tanya/async/watcher.d
+++ b/source/tanya/async/watcher.d
@@ -5,7 +5,7 @@
/**
* Watchers register user's interest in some event.
*
- * Copyright: Eugene Wissner 2016-2017.
+ * Copyright: Eugene Wissner 2016-2018.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
* Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
@@ -14,8 +14,6 @@
*/
module tanya.async.watcher;
-import std.exception;
-import std.functional;
import tanya.async.loop;
import tanya.async.protocol;
import tanya.async.transport;