]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/help/pdf/pdf.factor
factor: trim more using lists.
[factor.git] / extra / help / pdf / pdf.factor
index f9809d0a228707e6f5d552b7fbca788d47c394fa..fa91871f1a0c482f5aad6a720fb75fafa6eac18c 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2010 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors arrays assocs help help.markup help.topics
-io.encodings.utf8 io.files io.pathnames kernel namespaces pdf
+USING: accessors arrays help help.markup help.topics
+io.encodings.utf8 io.files io.pathnames kernel namespaces
 pdf.canvas pdf.layout pdf.streams sequences sets strings ;
 
 IN: help.pdf