remove duplicate using

db4
Doug Coleman 2008-11-11 15:37:32 -06:00
parent 146340690f
commit fa282c5053
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 Doug Coleman. ! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types combinators kernel io.files unix.stat USING: alien.c-types combinators kernel unix.stat
math accessors system unix io.backend layouts vocabs.loader math accessors system unix io.backend layouts vocabs.loader
sequences csv io.streams.string io.encodings.utf8 namespaces sequences csv io.streams.string io.encodings.utf8 namespaces
unix.statfs io.files ; unix.statfs io.files ;