]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.notepad: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Oct 2016 21:56:56 +0000 (14:56 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Oct 2016 21:56:56 +0000 (14:56 -0700)
basis/editors/notepad/notepad.factor

index 0871b2da2b368f091f5eb2cd19badc95a7324c24..7725a4b9931c0af4edbc95f04425d5d99eeffbbe 100644 (file)
@@ -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