Remove *.lib from using

db4
Slava Pestov 2008-04-07 22:16:51 -05:00
parent d7b2612c40
commit 9d8062aa46
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
! Copyright (C) 2007, 2008 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences strings fry namespaces math assocs shuffle
vectors arrays combinators.lib math.parser
unicode.categories sequences.lib compiler.units parser
vectors arrays math.parser
unicode.categories compiler.units parser
words quotations effects memoize accessors locals effects splitting ;
IN: peg