windows.winsock: cleanup using.

clean-linux-x86-64
John Benediktsson 2019-08-05 13:06:54 -07:00
parent b0390c57ae
commit fc9d0176df
1 changed files with 2 additions and 3 deletions

View 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 ;