]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/normalization/normalization.factor
Cleaning up USING: lists for new strict semantics
[factor.git] / basis / compiler / tree / normalization / normalization.factor
index ee7bf8672e2515d8d5cf44509faacb77fc644633..7494ed064e5d26ba023c8c8aa7d277d11da258aa 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: fry namespaces sequences math math.order accessors kernel arrays
-combinators compiler.utilities assocs
+combinators assocs
 stack-checker.backend
 stack-checker.branches
 stack-checker.inlining