From: Doug Coleman Date: Sun, 13 Mar 2016 09:53:22 +0000 (-0800) Subject: windows.types: fix using X-Git-Tag: unmaintained~1542 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c906148e29e4a483037294588aea6598dd74af55 windows.types: fix using --- diff --git a/basis/windows/types/types.factor b/basis/windows/types/types.factor index e765e4264e..1b84607656 100644 --- a/basis/windows/types/types.factor +++ b/basis/windows/types/types.factor @@ -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