diff --git a/basis/editors/scite/windows/windows.factor b/basis/editors/scite/windows/windows.factor index 96f47e86e0..8bfcb4f626 100644 --- a/basis/editors/scite/windows/windows.factor +++ b/basis/editors/scite/windows/windows.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2013 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: io.files io.launcher kernel namespaces io.directories.search.windows -math math.parser editors sequences system unicode.case ; +USING: editors.scite io.directories.search.windows kernel +namespaces sequences system unicode.case ; IN: editors.scite.windows M: windows scite-path ( -- path )