From 054bb8ff991a7cbe0eb98f0909fb1bacf0ba318f Mon Sep 17 00:00:00 2001
From: Slava Pestov <slava@slava-pestovs-macbook-pro.local>
Date: Wed, 17 Dec 2008 19:23:44 -0600
Subject: [PATCH] Fix load error in db.types

---
 basis/db/types/types.factor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basis/db/types/types.factor b/basis/db/types/types.factor
index da9fe39b80..a8b952088a 100644
--- a/basis/db/types/types.factor
+++ b/basis/db/types/types.factor
@@ -3,8 +3,8 @@
 USING: arrays assocs db kernel math math.parser
 sequences continuations sequences.deep prettyprint
 words namespaces slots slots.private classes mirrors
-classes.tuple combinators calendar.format symbols
-classes.singleton accessors quotations random ;
+classes.tuple combinators calendar.format
+accessors quotations random ;
 IN: db.types
 
 HOOK: persistent-table db ( -- hash )