X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=core%2Fsource-files%2Ferrors%2Ferrors.factor;h=49dbf64ce953a29ffcf2d74850dde7f21c194193;hp=4dbf64dd70e430b0b4712acaa14cff928278e83e;hb=3f021cfab15972036a15dc46f96bf19bcce4f65e;hpb=2b23ffb6f7597e2f1a71da446944b6e836b88c22 diff --git a/core/source-files/errors/errors.factor b/core/source-files/errors/errors.factor index 4dbf64dd70..49dbf64ce9 100644 --- a/core/source-files/errors/errors.factor +++ b/core/source-files/errors/errors.factor @@ -1,6 +1,6 @@ ! 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