]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/etc-hosts/etc-hosts.factor
factor: trim more using lists.
[factor.git] / basis / etc-hosts / etc-hosts.factor
index 351bcdf241330273bd771cf01f5015e95485016c..d56dbda3eeb1dfd4de39849e5dc878d0bca8e893 100644 (file)
@@ -1,6 +1,5 @@
-USING: arrays assocs environment hashtables io.encodings.utf8
-io.files io.pathnames kernel memoize sequences splitting system
-unicode ;
+USING: assocs environment io.encodings.utf8 io.files
+io.pathnames kernel sequences splitting system unicode ;
 
 IN: etc-hosts