From c906148e29e4a483037294588aea6598dd74af55 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 13 Mar 2016 01:53:22 -0800 Subject: [PATCH] windows.types: fix using --- basis/windows/types/types.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1