X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcalendar%2Fholidays%2Fholidays.factor;h=dc92086f29474cb8642ea2cab3fa44933c875ec8;hp=f0b7ed7743e721badeb2ede0ee7ae3d902a8dc19;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/calendar/holidays/holidays.factor b/extra/calendar/holidays/holidays.factor index f0b7ed7743..dc92086f29 100644 --- a/extra/calendar/holidays/holidays.factor +++ b/extra/calendar/holidays/holidays.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors assocs calendar fry hashtables kernel locals +USING: accessors assocs calendar hashtables kernel parser sequences vocabs words ; IN: calendar.holidays