]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ntp/ntp.factor
factor: trim more using lists.
[factor.git] / basis / ntp / ntp.factor
index e650a18a42117eda88ad49d2a00bb76479a10c03..88197f419956dd69b030ef0bf323e7004dce1f17 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2010 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors arrays calendar combinators destructors
-fry formatting kernel io io.sockets math pack random
-sequences ;
+USING: accessors arrays calendar combinators formatting
+io.sockets kernel math pack random sequences ;
 
 IN: ntp