]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: Fix using
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 9 Jul 2018 14:10:27 +0000 (09:10 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 9 Jul 2018 14:10:27 +0000 (09:10 -0500)
basis/system-info/macosx/macosx.factor

index 1fb1fdb86cfdc2ef10d5e47e9c45f3cc696bf513..925d669b47e2f0f311059c6cccbd42504acc71b9 100644 (file)
@@ -1,12 +1,10 @@
 ! Copyright (C) 2008 Doug Coleman, John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
-
-USING: alien alien.c-types alien.data alien.strings alien.syntax
-arrays assocs byte-arrays combinators core-foundation io.binary
-io.encodings.utf8 libc kernel math namespaces sequences
-specialized-arrays system system-info unix ;
+USING: alien.c-types alien.data alien.strings alien.syntax
+arrays assocs byte-arrays core-foundation io.binary
+io.encodings.utf8 kernel libc sequences specialized-arrays
+splitting system system-info ;
 SPECIALIZED-ARRAY: int
-
 IN: system-info.macosx
 
 <PRIVATE