]> gitweb.factorcode.org Git - factor.git/commitdiff
processing.shapes: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 25 Oct 2014 05:32:54 +0000 (22:32 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 25 Oct 2014 05:32:54 +0000 (22:32 -0700)
extra/processing/shapes/shapes.factor

index accb47da558f38854dba3a933d9717533c9b22de..8ef832b2e91a39905b5f28484330d78a56dc34d0 100644 (file)
@@ -1,10 +1,7 @@
 
-USING: kernel namespaces arrays sequences grouping
-       alien.c-types
-       math math.vectors math.rectangles
-       opengl.gl opengl.glu opengl generalizations
-       combinators colors sequences.generalizations ;
-USE: shuffle
+USING: alien.c-types alien.data arrays colors grouping kernel
+locals math math.vectors namespaces opengl opengl.gl opengl.glu
+sequences sequences.generalizations shuffle ;
 IN: processing.shapes
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!