From 4043244ce519bc73c5cd254300099d6d62b62c51 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 16 Jul 2012 15:46:52 -0700 Subject: [PATCH] windows.time: fix using list. --- basis/windows/time/time.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/windows/time/time.factor b/basis/windows/time/time.factor index f0e3182449..79c404fc2d 100644 --- a/basis/windows/time/time.factor +++ b/basis/windows/time/time.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2007 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: alien alien.c-types kernel math windows.errors -windows.kernel32 windows.types namespaces calendar math.bitwise -accessors classes.struct windows.handles ; +USING: accessors alien alien.c-types calendar calendar.private +classes.struct kernel math math.bitwise namespaces +windows.errors windows.handles windows.kernel32 windows.types ; IN: windows.time : >64bit ( lo hi -- n ) -- 2.34.1