]> gitweb.factorcode.org Git - factor.git/commitdiff
io.files.trash.windows: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Aug 2019 20:07:25 +0000 (13:07 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Aug 2019 20:07:25 +0000 (13:07 -0700)
extra/io/files/trash/windows/windows.factor

index 9bf1a78d58783fc3e80a85f4a320e062f4032ed4..0ad9e10859e65e6f267ff81642e65d6dca7d08ad 100644 (file)
@@ -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