From cad867a3e936e4498461eecfe45c666e4ed316b6 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 5 Aug 2019 13:07:25 -0700 Subject: [PATCH] io.files.trash.windows: cleanup using. --- extra/io/files/trash/windows/windows.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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