Fix using list

db4
Doug Coleman 2010-09-19 14:20:02 -05:00
parent f791c8c5d2
commit fd502e2c85
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2007, 2009 Slava Pestov, Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.c-types alien.data classes.struct
combinators destructors io.backend io.ports
combinators destructors io.backend io.ports io.files.windows
io.sockets io.sockets.private kernel libc math sequences system
windows.handles windows.kernel32 windows.types windows.winsock ;
FROM: namespaces => get ;