db: Fix using list for walker.

master
Doug Coleman 2020-08-27 10:28:12 -05:00
parent a861c4c732
commit 3eb6e55ae4
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: classes kernel help.markup help.syntax sequences
alien assocs strings math quotations db.private ;
USING: alien assocs classes db.private help.markup help.syntax
kernel math quotations sequences strings ;
IN: db
HELP: db-connection

View File

@ -1,8 +1,7 @@
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: arrays assocs classes continuations destructors kernel math
namespaces sequences classes.tuple words strings
tools.walker accessors combinators fry db.errors ;
USING: accessors assocs continuations destructors fry kernel
namespaces sequences strings ;
IN: db
TUPLE: db-connection