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.
! See http://factorcode.org/license.txt for BSD license.
USING: arrays combinators kernel math sequences
sequences.private strings sbufs ;
USING: arrays kernel math sbufs sequences sequences.private
strings ;
IN: splitting
<PRIVATE