]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/packs/packs.factor
ui: cleanup some using lists.
[factor.git] / basis / ui / gadgets / packs / packs.factor
index 07df8bc8f2792405fa44192a5b6d5faec3486871..9932554046bae17a7c5c78357ab9f32d4ff3dc31 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2005, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: sequences ui.gadgets ui.baseline-alignment
-ui.baseline-alignment.private kernel math math.functions math.vectors
-math.order math.rectangles namespaces accessors fry combinators arrays ;
+USING: accessors arrays combinators fry kernel math math.order
+math.vectors sequences ui.baseline-alignment
+ui.baseline-alignment.private ui.gadgets ;
 IN: ui.gadgets.packs
 
 TUPLE: pack < aligned-gadget