Fixing validators so it loads

db4
Daniel Ehrenberg 2009-03-09 15:38:05 -05:00
parent 5cd1c8db52
commit 234b7ac8b8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: help.markup help.syntax io.streams.string quotations
strings math regexp regexp.backend ;
strings math regexp ;
IN: validators
HELP: v-checkbox

View File

@ -1,7 +1,7 @@
! Copyright (C) 2006, 2008 Slava Pestov
! See http://factorcode.org/license.txt for BSD license.
USING: kernel continuations sequences math namespaces make sets
math.parser math.ranges assocs regexp unicode.categories arrays
math.parser math.ranges assocs regexp regexp.matchers unicode.categories arrays
hashtables words classes quotations xmode.catalog unicode.case ;
IN: validators