]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/managed-server/managed-server.factor
Squashed commit of the following:
[factor.git] / extra / managed-server / managed-server.factor
index d62604476623418bd3834773827d7482d3c5cebd..3d4177988eaf808830b5a14bd90207db8d890d66 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs calendar continuations destructors io
-io.encodings.binary io.servers.connection io.sockets
+io.encodings.binary io.servers io.sockets
 io.streams.duplex fry kernel locals math math.ranges multiline
 namespaces prettyprint random sequences sets splitting threads
 tools.continuations ;