From 20637033544855408f36c1cd39f04051b7b19d5d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 6 Oct 2016 14:56:56 -0700 Subject: [PATCH] editors.notepad: cleanup using. --- basis/editors/notepad/notepad.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/editors/notepad/notepad.factor b/basis/editors/notepad/notepad.factor index 0871b2da2b..7725a4b993 100644 --- a/basis/editors/notepad/notepad.factor +++ b/basis/editors/notepad/notepad.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: editors io.launcher kernel io.directories.search.windows -math.parser namespaces sequences io.files arrays windows.shell32 -io.directories.search ; +USING: arrays editors io.directories.search kernel namespaces +sequences windows.shell32 ; + IN: editors.notepad SINGLETON: notepad