]> gitweb.factorcode.org Git - factor.git/commitdiff
html.entities: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Sep 2015 19:16:44 +0000 (12:16 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Sep 2015 19:16:44 +0000 (12:16 -0700)
extra/html/entities/entities.factor

index 71b2affbeddab9054e64aa7eb753d5b9419fe4af..562b7c8466f1d99dad7f0d58d346466b93d73091 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2014 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: assocs combinators.short-circuit kernel literals locals
-make math math.order math.parser math.ranges regexp sequences
-splitting strings ;
+USING: assocs combinators.short-circuit kernel make math
+math.order math.parser math.ranges regexp sequences splitting
+strings ;
 
 IN: html.entities