]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/delegate/delegate.factor
move theme protocol into ui.theme; restore using line; ensure bootstrap works.
[factor.git] / basis / delegate / delegate.factor
index 5d5ac044a1a92311d5e402e0ae7625a257a2f744..5d0e6e727bb91f2d704d0af9a1ab9ba05e048883 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2007, 2008 Daniel Ehrenberg
 ! Portions copyright (C) 2009, 2010 Slava Pestov, Joe Groff
 ! See https://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs classes classes.tuple combinators
-compiler.units definitions effects fry generic generic.hook generic.standard
-hashtables kernel lexer make math namespaces parser sequences sets slots
+USING: accessors arrays assocs classes classes.tuple
+compiler.units definitions effects fry generic generic.standard
+hashtables kernel lexer make math parser sequences sets slots
 words words.symbol ;
 IN: delegate