]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bittorrent/bittorrent.factor
factor: more using trim
[factor.git] / extra / bittorrent / bittorrent.factor
index 6c1df4bd522557a2f7d51d129035aa2a0e6c36d0..1509788e66be80368a3f30ec01be05521f575455 100644 (file)
@@ -2,13 +2,11 @@
 ! See http://factorcode.org/license.txt for BSD license
 USING: accessors arrays assocs bencode byte-arrays byte-vectors
 calendar checksums checksums.sha combinators destructors endian
-fry grouping http.client io io.encodings.binary io.files
+grouping http.client io io.encodings.binary io.files
 io.pathnames io.sockets io.streams.byte-array io.streams.duplex
-kernel literals locals make math math.bitwise math.functions
-math.order math.parser ranges multiline namespaces
-prettyprint random sequences splitting strings timers
-tools.annotations ui ui.gadgets.panes ui.tools.listener urls
-urls.encoding ;
+kernel literals make math math.bitwise math.functions math.order
+math.parser namespaces random ranges sequences splitting strings
+timers ui ui.gadgets.panes ui.tools.listener urls ;
 
 IN: bittorrent