]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/timeouts/timeouts.factor
Make sure io.backend.windows loads the implementations for the generics it defines...
[factor.git] / basis / io / timeouts / timeouts.factor
index 68110ded1599ca22f914d9f6bd2d74a076d4c679..c024e498566a9edf03aa8481eec11505ac008a74 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov, Doug Coleman\r
 ! See http://factorcode.org/license.txt for BSD license.\r
-USING: kernel calendar timers io io.encodings accessors\r
-namespaces fry io.streams.null ;\r
+USING: accessors fry io io.encodings io.streams.null kernel\r
+namespaces timers ;\r
 IN: io.timeouts\r
 \r
 GENERIC: timeout ( obj -- dt/f )\r