add using

db4
Doug Coleman 2008-12-16 02:51:57 -06:00
parent e56d18cb56
commit 78207c1e94
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors calendar.format combinators io.files
kernel math.parser sequences splitting system tools.files
generalizations tools.files.private ;
generalizations tools.files.private io.files.info ;
IN: tools.files.windows
<PRIVATE