]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/terminal/windows/windows.factor
factor: trim using lists
[factor.git] / extra / terminal / windows / windows.factor
index f30eef9981f221b7bc2b4bff7bb5e0e3b384199c..b7f7866722061d91582359e7258868b41be898ac 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors classes.struct kernel math system terminal
-windows.kernel32 ;
+USING: accessors kernel math system terminal windows.kernel32 ;
 
 IN: terminal.windows