]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.types: fix using
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Mar 2016 09:53:22 +0000 (01:53 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Mar 2016 09:53:22 +0000 (01:53 -0800)
basis/windows/types/types.factor

index e765e4264e2fc29599e8c263f635654614bc492f..1b846076568f10c31e3c0fe9d7d36b63a80fb6db 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2005, 2006 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien alien.c-types alien.syntax namespaces kernel words
-sequences math math.bitwise math.vectors colors
-io.encodings.utf16n classes.struct accessors ;
+USING: alien.c-types alien.syntax classes.struct colors
+io.encodings.utf16n io.encodings.utf8 kernel math math.bitwise
+math.vectors sequences ;
 FROM: alien.c-types => float short ;
 IN: windows.types