]> gitweb.factorcode.org Git - factor.git/commitdiff
io.sockets: remove unix.ffi inserted by auto-use
authorJoe Groff <arcata@gmail.com>
Mon, 17 Oct 2011 06:39:49 +0000 (23:39 -0700)
committerJoe Groff <arcata@gmail.com>
Tue, 18 Oct 2011 04:23:36 +0000 (21:23 -0700)
basis/io/sockets/sockets.factor

index ab76433f4979eb5fc40667e2e9556b717b242b9d..80c7eefb0c61d205aeb898b2246aa6c6fe68591c 100644 (file)
@@ -8,7 +8,7 @@ grouping init io.backend io.binary io.encodings
 io.encodings.ascii io.encodings.binary io.pathnames io.ports
 io.streams.duplex kernel libc locals math math.parser memoize
 namespaces parser present sequences splitting strings summary
-system unix.ffi values vocabs.loader vocabs.parser
+system values vocabs.loader vocabs.parser
 sequences.private ;
 IN: io.sockets