fix some duplicate using lines

Doug Coleman 2009-05-18 23:45:52 -05:00
parent 089e785f7e
commit 1326f4ee28
3 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ furnace.conversations
furnace.chloe-tags furnace.chloe-tags
html.forms html.forms
html.components html.components
html.components
html.templates.chloe html.templates.chloe
html.templates.chloe.syntax html.templates.chloe.syntax
html.templates.chloe.compiler ; html.templates.chloe.compiler ;

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008 Slava Pestov. ! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: slides help.markup math arrays hashtables namespaces USING: slides help.markup math arrays hashtables namespaces
sequences kernel sequences parser memoize io.encodings.binary sequences kernel parser memoize io.encodings.binary
locals kernel.private help.vocabs assocs quotations locals kernel.private help.vocabs assocs quotations
urls peg.ebnf tools.annotations tools.crossref urls peg.ebnf tools.annotations tools.crossref
help.topics math.functions compiler.tree.optimizer help.topics math.functions compiler.tree.optimizer

View File

@ -1,5 +1,5 @@
USING: slides help.markup math arrays hashtables namespaces USING: slides help.markup math arrays hashtables namespaces
sequences kernel sequences parser memoize ; sequences kernel parser memoize ;
IN: minneapolis-talk IN: minneapolis-talk
CONSTANT: minneapolis-slides CONSTANT: minneapolis-slides