]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pdf/values/values.factor
factor: trim using lists
[factor.git] / extra / pdf / values / values.factor
index effc913b943ccb506a0ec196c7caf4c641b4c747..1ad24f9a805fc603d55642a9b85ef6b4dbbbf216 100644 (file)
@@ -1,10 +1,9 @@
 ! Copyright (C) 2011-2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors arrays assocs calendar colors colors.gray
-combinators combinators.short-circuit fonts formatting
-hashtables io kernel make math math.parser sequences splitting
-strings xml.entities ;
+USING: accessors assocs calendar colors combinators fonts
+formatting hashtables io kernel make math math.parser sequences
+splitting strings xml.entities ;
 
 IN: pdf.values