]> gitweb.factorcode.org Git - factor.git/commitdiff
factor is hard. let's go shopping!
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 02:16:15 +0000 (21:16 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 02:16:15 +0000 (21:16 -0500)
basis/io/unix/select/select.factor

index 8638ae7be50f29d8e603da09bc4531f9615e33ef..f2a802a859591f202779c33926ae70e2ac2b7bd2 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2004, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types kernel io.ports io.unix.backend
-bit-arrays sequences assocs unix math namespaces structs
+bit-arrays sequences assocs unix math namespaces
 accessors math.order locals unix.time ;
 IN: io.unix.select