]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/dns/server/server.factor
unicode: make this the API for all unicode things.
[factor.git] / unmaintained / dns / server / server.factor
index 53d118608c95133ce8f55e7fe5f7d1fa70f99c6e..072e6a97089448429dd221ebe522c11a13c2ea12 100644 (file)
@@ -1,6 +1,6 @@
 
 USING: kernel combinators sequences sets math threads namespaces continuations
-       debugger io io.sockets unicode.case accessors destructors
+       debugger io io.sockets unicode accessors destructors
        combinators.short-circuit combinators.smart
        fry arrays
        dns dns.util dns.misc ;