]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/managed-server/managed-server.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / managed-server / managed-server.factor
index a8070abbbfb2359dda01c819270b92c0bacae39d..43c00f6f22abb21de96f99bd4fba9488411dae3a 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs calendar continuations destructors io
 io.encodings.binary io.servers io.sockets
-io.streams.duplex fry kernel locals math math.ranges multiline
+io.streams.duplex fry kernel locals math ranges multiline
 namespaces prettyprint random sequences sets splitting threads
 tools.continuations ;
 IN: managed-server