]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/errors/errors.factor
windows.errors: redundant USING: list entry
[factor.git] / 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