]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.winsock: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Aug 2019 20:06:54 +0000 (13:06 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Aug 2019 20:06:54 +0000 (13:06 -0700)
basis/windows/winsock/winsock.factor

index 234d4b1c5b88e96c8e58c72b04e4c435bba32e10..4fb2ef7fbce2e8acf884fb4f660a00185fb8f250 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2006 Mackenzie Straight, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien alien.c-types alien.data alien.strings
-alien.syntax arrays byte-arrays classes.struct grouping init
-io.encodings.utf16n kernel literals math math.bitwise
+USING: accessors alien alien.c-types alien.data alien.syntax
+byte-arrays classes.struct grouping init kernel literals math
 math.parser sequences system vocabs.parser windows.com.syntax
 windows.errors windows.kernel32 windows.types ;
 FROM: alien.c-types => short ;