From c530fc7dfa0521bc1670c4f9bfc40a14b49be677 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 6 Aug 2022 10:20:51 -0700 Subject: [PATCH] editors.cudatext: cleanup using --- basis/editors/cudatext/cudatext.factor | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1