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.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/tanya/async/watcher.d b/source/tanya/async/watcher.d
index 60972e0..37742e2 100644
--- a/source/tanya/async/watcher.d
+++ b/source/tanya/async/watcher.d
@@ -21,15 +21,6 @@ import tanya.memory;
import tanya.memory.mmappool;
import tanya.network.socket;
-version (Windows)
-{
- import core.sys.windows.basetyps;
- import core.sys.windows.mswsock;
- import core.sys.windows.winbase;
- import core.sys.windows.windef;
- import core.sys.windows.winsock2;
-}
-
/**
* A watcher is an opaque structure that you allocate and register to record
* your interest in some event.