]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/atk/ffi/ffi.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / atk / ffi / ffi.factor
index 2577a23b3dbf2a01e1421f87e712f7515d0f2ce6..8a7be511c6b88dc038fd375fb4a08af573c11133 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Anton Gorenko.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.libraries alien.syntax combinators
-gobject-introspection kernel system vocabs.loader ;
+gobject-introspection kernel system vocabs ;
 IN: atk.ffi
 
 <<