]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/syslog/syslog.factor
factor: trim using lists
[factor.git] / extra / syslog / syslog.factor
index 548e9c7ccd8c62f209a73df766eecf87e39fa396..8fb54fb3d3ebaefc02d3082e9935cfd33da5c9fb 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors calendar calendar.format io io.encodings.utf8
-io.sockets io.streams.byte-array io.streams.string literals math
-math.parser namespaces sequences ;
+io.sockets io.streams.byte-array literals math math.parser
+namespaces sequences ;
 
 IN: syslog