fix some duplicate using lines
parent
089e785f7e
commit
1326f4ee28
|
@ -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 ;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue