]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/calendar.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / calendar / calendar.factor
index 0742b429f6abf3934488163636fd37c74c24be5e..b451cfcf05d73b2430676d4e4b8546228043777a 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays classes.tuple combinators
 combinators.short-circuit kernel locals math math.functions
-math.order sequences summary system vocabs.loader ;
+math.order sequences summary system vocabs vocabs.loader ;
 IN: calendar
 
 HOOK: gmt-offset os ( -- hours minutes seconds )