]> gitweb.factorcode.org Git - factor.git/blobdiff - core/source-files/errors/errors.factor
core: trim using lists with lint.vocabs tool
[factor.git] / core / source-files / errors / errors.factor
index 4dbf64dd70e430b0b4712acaa14cff928278e83e..49dbf64ce953a29ffcf2d74850dde7f21c194193 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs continuations definitions init io
+USING: accessors assocs continuations definitions io
 kernel math math.parser namespaces sequences sorting ;
 IN: source-files.errors
 
 kernel math math.parser namespaces sequences sorting ;
 IN: source-files.errors