]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/wrap/wrap.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / wrap / wrap.factor
index 0cab09d33183f4cfc4ecb60222c2b36a36569dac..4fe6247d991938c49d2ca43336ac465e808ab0e1 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2009 Daniel Ehrenberg
 ! Copyright (C) 2017 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license.
 ! Copyright (C) 2009 Daniel Ehrenberg
 ! Copyright (C) 2017 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays kernel locals math sequences
-sequences.private ;
+USING: accessors arrays kernel math sequences sequences.private ;
 IN: wrap
 
 TUPLE: element contents black white ;
 IN: wrap
 
 TUPLE: element contents black white ;