diff --git a/extra/io/files/trash/windows/windows.factor b/extra/io/files/trash/windows/windows.factor index 9bf1a78d58..0ad9e10859 100644 --- a/extra/io/files/trash/windows/windows.factor +++ b/extra/io/files/trash/windows/windows.factor @@ -2,9 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license USING: accessors alien.c-types alien.data alien.strings -alien.syntax classes.struct destructors kernel -io.encodings.utf16n io.files.trash libc math sequences system -windows.types ; +alien.syntax classes.struct destructors io.files.trash kernel +libc math sequences system windows.types ; IN: io.files.trash.windows