]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/entities/entities.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / html / entities / entities.factor
index b47c53e640e9d8a53d5dc002e54c6477e0950903..34cfe30c5703acc23c6857cb3c35814023f26e5c 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: assocs combinators.short-circuit kernel make math
-math.order math.parser math.ranges regexp sequences splitting
+math.order math.parser ranges regexp sequences splitting
 strings ;
 
 IN: html.entities