]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/unique/windows/windows.factor
Squashed commit of the following:
[factor.git] / basis / io / files / unique / windows / windows.factor
index 2c722426dcf514770f5f18ed5bedc165f971e539..f4b88ff21efd12722ca709caaca192c6b9175811 100644 (file)
@@ -1,6 +1,5 @@
-USING: kernel system windows.kernel32 io.backend.windows
-io.files.windows io.ports windows destructors environment
-io.files.unique ;
+USING: destructors environment io.files.unique io.files.windows
+system windows.kernel32 ;
 IN: io.files.unique.windows
 
 M: windows (touch-unique-file) ( path -- )