]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.errors: redundant USING: list entry
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 2 Apr 2010 19:58:47 +0000 (15:58 -0400)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 2 Apr 2010 19:58:47 +0000 (15:58 -0400)
basis/windows/errors/errors.factor

index a22b6ec007ca978e913746501aee17b371039c90..a3dbaf40ffc0975d826a2a2dc7fd4f882c8a6e2b 100755 (executable)
@@ -1,7 +1,7 @@
 USING: alien.data kernel locals math math.bitwise
 windows.kernel32 sequences byte-arrays unicode.categories
 io.encodings.string io.encodings.utf16n alien.strings
-arrays literals windows.types specialized-arrays literals ;
+arrays literals windows.types specialized-arrays ;
 SPECIALIZED-ARRAY: TCHAR
 IN: windows.errors