io.sockets.windows: Fix using.

db4
Doug Coleman 2014-04-23 20:07:32 -07:00
parent ae6b931284
commit 50ca01a4d8
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.c-types alien.data classes.struct
combinators destructors io.backend io.files.windows io.ports
io.sockets io.sockets.icmp io.sockets.private kernel libc math
sequences system windows.handles windows.kernel32 windows.types
windows.winsock locals ;
io.sockets io.sockets.icmp io.sockets.private kernel libc locals
math sequences system windows.errors windows.handles
windows.kernel32 windows.types windows.winsock ;
FROM: namespaces => get ;
IN: io.sockets.windows