math.combinatorics: remove 'mirrors' from using list since its not needed

db4
Slava Pestov 2009-12-05 18:21:32 -05:00
parent abe72ae7ae
commit 0a5826c123
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (c) 2007-2009 Slava Pestov, Doug Coleman, Aaron Schaefer.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs binary-search fry kernel locals math math.order
math.ranges mirrors namespaces sequences sorting ;
math.ranges namespaces sequences sorting ;
IN: math.combinatorics
<PRIVATE