Skip to content

Commit

Permalink
mysql: Fix using.
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Sep 17, 2012
1 parent a70d8f2 commit a16b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/mysql.factor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
USING: accessors arrays combinators db db.private db.queries
db.tuples db.tuples.private db.types destructors kernel
math.parser mysql.errors mysql.ffi mysql.lib namespaces nmake
random sequences ;
random sequences classes.tuple ;

IN: mysql

Expand Down

0 comments on commit a16b6bd

Please sign in to comment.