From d8ffc1124221c54bd2eeb34c574cad75f9abd766 Mon Sep 17 00:00:00 2001 From: Slava Pestov <slava@slava-pestovs-macbook-pro.local> Date: Sat, 5 Apr 2008 07:00:59 -0500 Subject: [PATCH] Remove unnecessary dependency --- extra/locals/locals.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extra/locals/locals.factor b/extra/locals/locals.factor index fe4bd65c14..a961dec3bd 100755 --- a/extra/locals/locals.factor +++ b/extra/locals/locals.factor @@ -3,9 +3,8 @@ USING: kernel namespaces sequences sequences.private assocs math inference.transforms parser words quotations debugger macros arrays macros splitting combinators prettyprint.backend -definitions prettyprint hashtables combinators.lib -prettyprint.sections sequences.private effects generic -compiler.units accessors ; +definitions prettyprint hashtables prettyprint.sections +sequences.private effects generic compiler.units accessors ; IN: locals ! Inspired by