From: John Benediktsson Date: Sat, 6 Aug 2022 17:20:51 +0000 (-0700) Subject: editors.cudatext: cleanup using X-Git-Tag: 0.99~1190 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c530fc7dfa0521bc1670c4f9bfc40a14b49be677 editors.cudatext: cleanup using --- diff --git a/basis/editors/cudatext/cudatext.factor b/basis/editors/cudatext/cudatext.factor index 88d1dc8d9b..0868004432 100644 --- a/basis/editors/cudatext/cudatext.factor +++ b/basis/editors/cudatext/cudatext.factor @@ -1,6 +1,5 @@ USING: editors io.pathnames io.standard-paths kernel make math.parser namespaces sequences system ; -USING: editors ; IN: editors.cudatext