]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/windows/files/files.factor
Fixing basis -> extra dependencies
[factor.git] / basis / io / windows / files / files.factor
index 1377f82ced4554c749ef6336d149474f943f0832..5698ab6cf25b7038954c7a0bdfb08272532fe054 100755 (executable)
@@ -4,8 +4,7 @@ USING: alien.c-types io.binary io.backend io.files io.buffers
 io.windows kernel math splitting
 windows windows.kernel32 windows.time calendar combinators
 math.functions sequences namespaces words symbols system
-io.ports destructors accessors
-math.bitfields math.bitfields.lib ;
+io.ports destructors accessors math.bitwise ;
 IN: io.windows.files
 
 : open-file ( path access-mode create-mode flags -- handle )