]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/incremental/incremental.factor
ui: cleanup some using lists.
[factor.git] / basis / ui / gadgets / incremental / incremental.factor
index f46a4371d4ce6f2c98b1e4f2d03760e2b55971a8..952252a5cd1cd9711429ef1050a382ff4bc8e106 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2005, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: io kernel math namespaces math.vectors ui.gadgets
-ui.gadgets.private ui.gadgets.packs accessors
-math.rectangles combinators ;
+USING: accessors combinators kernel math.vectors namespaces
+ui.gadgets ui.gadgets.packs ui.gadgets.private ;
 IN: ui.gadgets.incremental
 
 TUPLE: incremental < pack cursor ;