splitting: fix using.

db4
John Benediktsson 2016-03-13 16:56:23 -07:00
parent bb7161a46f
commit e8b62d41c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2005, 2009 Slava Pestov. ! Copyright (C) 2005, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: arrays combinators kernel math sequences USING: arrays kernel math sbufs sequences sequences.private
sequences.private strings sbufs ; strings ;
IN: splitting IN: splitting
<PRIVATE <PRIVATE