io.pathnames: Fix using list.

vm-warnings
Doug Coleman 2018-07-07 12:09:02 -05:00
parent 3ac520a8ec
commit db9386d4c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2004, 2009 Slava Pestov, Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors combinators io.backend io.files.windows kernel
math math.order namespaces sequences splitting strings system ;
USING: accessors combinators io.backend kernel math math.order
namespaces sequences splitting strings system ;
IN: io.pathnames
SYMBOL: current-directory