]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/serial/unix/termios/termios.factor
Make "foo.private" require load foo instead.
[factor.git] / extra / io / serial / unix / termios / termios.factor
index e5ccd37e8766bc203913f1435589725064b98ae0..9001287d81e6d7a2456bc999be99d7bab0c9d64e 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators system vocabs.loader ;
+USING: combinators system vocabs ;
 IN: io.serial.unix.termios
 
 {