From a58a2ff7b0dc6ddd271e61c151b1f3ff429bf671 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 13 Mar 2016 13:43:57 -0700 Subject: [PATCH] io.sockets.unix: don't need these imports. --- basis/io/sockets/unix/unix.factor | 1 - 1 file changed, 1 deletion(-) diff --git a/basis/io/sockets/unix/unix.factor b/basis/io/sockets/unix/unix.factor index 123afec5e2..3078b83aeb 100644 --- a/basis/io/sockets/unix/unix.factor +++ b/basis/io/sockets/unix/unix.factor @@ -5,7 +5,6 @@ arrays byte-arrays classes.struct combinators destructors io.backend.unix io.encodings.ascii io.encodings.utf8 io.files io.pathnames io.sockets.private kernel libc locals math namespaces sequences system unix unix.ffi vocabs ; -EXCLUDE: io => read write ; EXCLUDE: io.sockets => accept ; IN: io.sockets.unix