From 9a5cd7d13d0f8360c57661e952c1b5f32f35758c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 29 Sep 2015 12:16:44 -0700 Subject: [PATCH] html.entities: cleanup using. --- extra/html/entities/entities.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/html/entities/entities.factor b/extra/html/entities/entities.factor index 71b2affbed..562b7c8466 100644 --- a/extra/html/entities/entities.factor +++ b/extra/html/entities/entities.factor @@ -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