core-foundation.run-loop: update using.

db4
John Benediktsson 2014-12-01 17:06:45 -08:00
parent 3aa14d7570
commit 8f0c563268
1 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,10 @@
! Copyright (C) 2008, 2010 Slava Pestov
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.c-types alien.syntax calendar
classes.struct combinators core-foundation
core-foundation.file-descriptors core-foundation.strings
core-foundation.time core-foundation.timers deques destructors
heaps kernel math namespaces sequences system threads unix
unix.time ;
USING: accessors alien alien.c-types alien.syntax
core-foundation core-foundation.file-descriptors
core-foundation.strings core-foundation.time
core-foundation.timers destructors kernel math sequences threads
;
FROM: calendar.unix => system-micros ;
IN: core-foundation.run-loop