]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/auth/providers/couchdb/couchdb.factor
json: fix a few usings
[factor.git] / basis / furnace / auth / providers / couchdb / couchdb.factor
index b4b737ef075dd67ed1346cb14c5d20c9e7daa907..3b090ee64ce38da41774c2cde3aaac807ba5ae29 100644 (file)
@@ -1,7 +1,7 @@
 USING: accessors assocs base64 byte-arrays
 combinators.short-circuit continuations couchdb
-furnace.auth.providers json.writer kernel make mirrors
-namespaces sequences strings urls urls.encoding ;
+furnace.auth.providers json kernel make mirrors namespaces
+sequences strings urls urls.encoding ;
 IN: furnace.auth.providers.couchdb
 
 ! !!! Implement the authentication protocol for CouchDB.